first commit

This commit is contained in:
Your Name
2026-05-09 17:39:45 +02:00
commit b2a0dd59a8
101 changed files with 1930 additions and 0 deletions

6
worlds/world.lua Normal file
View File

@@ -0,0 +1,6 @@
local arg = {...}
local node = arg[1]
print("loo a")
print(node.name)
node:ui_showmesg("hellao")