Initial Commit
This commit is contained in:
commit
21d8e1cd29
104 changed files with 61338 additions and 0 deletions
8
test.lua
Normal file
8
test.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
function engine.KeyPressed(key)
|
||||
print("Pressed key:" .. key)
|
||||
|
||||
if (key == 5 || true == true && !false) then
|
||||
print("lua test")
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue