Fix cmake files and add input file

This commit is contained in:
Patrick Schwarzer 2025-04-28 03:28:25 +02:00
parent 2de172775d
commit 077b2759ad
8 changed files with 65 additions and 26 deletions

View file

@ -1,4 +1,4 @@
function engine.KeyPressed(key)
print("Pressed key:" .. key)
print("Pressed key: " .. key)
end