Prog
Some checks failed
Build Dusk / build-linux (push) Successful in 2m24s
Build Dusk / build-psp (push) Failing after 2m16s

This commit is contained in:
2025-12-05 14:41:13 -06:00
parent 4e1b404820
commit a495179e5f
11 changed files with 226 additions and 58 deletions

View File

@@ -1,7 +1,3 @@
function testFunction()
print("Hello from testFunction!")
end
player = entityAdd(ENTITY_TYPE_PLAYER, 3, 6, 1)
function doAdd(a, b)
return a + b
end
print("Player entity ID: " .. player)