Added dynamic lua file loading & refresh
Added engine.Close()
This commit is contained in:
parent
e9f0bc17a6
commit
2488eeff58
3 changed files with 69 additions and 7 deletions
8
test.lua
8
test.lua
|
@ -1,8 +0,0 @@
|
|||
|
||||
function engine.KeyReleased(key)
|
||||
print("Released key: " .. key)
|
||||
end
|
||||
|
||||
function engine.KeyPressed(key)
|
||||
print("Pressed key: " .. key)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue