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

195
worlds/exported_world.json Normal file
View File

@@ -0,0 +1,195 @@
{
"width": 20,
"height": 15,
"fill": "grass",
"pspawn": {
"w": 1,
"h": 1
},
"features": [
{
"w": 8,
"h": 5,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 11,
"h": 5,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 13,
"h": 5,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 16,
"h": 5,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 18,
"h": 5,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 8,
"h": 6,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 11,
"h": 6,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 13,
"h": 6,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 14,
"h": 6,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 15,
"h": 6,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 16,
"h": 6,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 8,
"h": 7,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 11,
"h": 7,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 13,
"h": 7,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 16,
"h": 7,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 18,
"h": 7,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 13,
"h": 8,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 16,
"h": 8,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 18,
"h": 8,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 8,
"h": 9,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 11,
"h": 9,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 9,
"h": 10,
"t": {
"thing": "woodbarrier",
"action": "none"
}
},
{
"w": 10,
"h": 10,
"t": {
"thing": "woodbarrier",
"action": "none"
}
}
]
}

11
worlds/totr.json Normal file
View File

@@ -0,0 +1,11 @@
{
"fill":"wood",
"height":50,
"width":50,
"features":[
{"w":5,"h":2,"t":{"thing":"grass","action":"tp","target_world":"world"}},
{"w":8,"h":2,"t":{"thing":"grass","action":"tp","target_world":"exported_world"}},
{"w":5,"h":5,"t":{"thing":"grass","action":"none"}}
],
"pspawn":{"w":5,"h":5}
}

12
worlds/world.json Normal file
View File

@@ -0,0 +1,12 @@
{
"fill":"grass",
"height":50,
"width":50,
"features":[
{"w":5,"h":2,"t":{"thing":"wood","action":"none"}},
{"w":5,"h":5,"t":{"thing":"woodbarrier","action":"none"}},
{"w":15,"h":15,"t":{"thing":"wood","action":"tp","target_world":"totr"}}
],
"pspawn":{"w":14,"h":15},
"mapscript":true
}

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")

1
worlds/world.lua.uid Normal file
View File

@@ -0,0 +1 @@
uid://dvyu2wxyj5ibu