瀏覽代碼

Add comments about tags to samples

Ivan K 10 年之前
父節點
當前提交
3774bef4f7
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 1
      bin/Data/LuaScripts/37_UIDrag.lua
  2. 2 1
      bin/Data/Scripts/37_UIDrag.as

+ 2 - 1
bin/Data/LuaScripts/37_UIDrag.lua

@@ -2,7 +2,8 @@
 -- This sample demonstrates:
 --     - Creating GUI elements from AngelScript
 --     - Loading GUI Style from xml
---     - Subscribing to GUI drag events and handling them.
+--     - Subscribing to GUI drag events and handling them
+--     - Working with GUI elements with specific tags.
 
 require "LuaScripts/Utilities/Sample"
 VAR_BUTTONS = StringHash("BUTTONS")

+ 2 - 1
bin/Data/Scripts/37_UIDrag.as

@@ -2,7 +2,8 @@
 // This sample demonstrates:
 //     - Creating GUI elements from AngelScript
 //     - Loading GUI Style from xml
-//     - Subscribing to GUI drag events and handling them.
+//     - Subscribing to GUI drag events and handling them
+//     - Working with GUI elements with specific tags.
 
 #include "Scripts/Utilities/Sample.as"
 StringHash VAR_BUTTONS("BUTTONS");