Forgot to push some level files.

This commit is contained in:
Storm Dragon
2025-03-19 19:28:34 -04:00
parent ea91eaf6a6
commit cb69189c8e
3 changed files with 21 additions and 0 deletions

View File

@@ -7,6 +7,13 @@
"y": 0 "y": 0
}, },
"objects": [ "objects": [
{
"x_range": [5, 545],
"y": 0,
"type": "grasping_hands",
"delay": 1000,
"crumble_speed": 0.065
},
{ {
"x_range": [5, 10], "x_range": [5, 10],
"y": 3, "y": 3,

View File

@@ -47,6 +47,13 @@
"sound": "coffin", "sound": "coffin",
"type": "coffin" "type": "coffin"
}, },
{
"x_range": [35, 65],
"y": 0,
"type": "grasping_hands",
"delay": 1000,
"crumble_speed": 0.065
},
{ {
"x_range": [40, 60], "x_range": [40, 60],
"y": 12, "y": 12,

View File

@@ -123,6 +123,13 @@
"type": "coffin", "type": "coffin",
"item": "hand_of_glory" "item": "hand_of_glory"
}, },
{
"x_range": [145, 175],
"y": 0,
"type": "grasping_hands",
"delay": 1000,
"crumble_speed": 0.065
},
{ {
"x_range": [145, 150], "x_range": [145, 150],
"y": 3, "y": 3,