Add external console to Windows VSCode config
This commit is contained in:
parent
10064f31c2
commit
2de172775d
3 changed files with 3 additions and 7 deletions
4
test.lua
4
test.lua
|
@ -1,8 +1,4 @@
|
|||
|
||||
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