diff options
author | chai <chaifix@163.com> | 2021-10-17 23:05:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-17 23:05:01 +0800 |
commit | 7c8c68d79343d04be382334c15a73d079450857c (patch) | |
tree | 9aaacc042f0b7eeb4123c07dcc5f49c14fd8026c /Resources/Scripts | |
parent | 6e73ca6ada8a41692809dae5db89c8db0675ce1e (diff) |
*misc
Diffstat (limited to 'Resources/Scripts')
-rw-r--r-- | Resources/Scripts/EditorApplication.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Resources/Scripts/EditorApplication.lua b/Resources/Scripts/EditorApplication.lua new file mode 100644 index 0000000..79686ba --- /dev/null +++ b/Resources/Scripts/EditorApplication.lua @@ -0,0 +1,11 @@ +local Debug = GameLab.Debug + + + +local i = 10 +while i > 0 do + +i= i-1 +print(1) + +end |