Files
wicked-quest/levels/1.json
2025-01-30 01:17:52 -05:00

37 lines
790 B
JSON

{
"level_id": 1,
"name": "The Mausoleum",
"description": "After years of existing as a pile of bones, someone was crazy enough to assemble your skeleton. Time to reak some havoc!",
"player_start": {
"x": 0,
"y": 0
},
"objects": [
{
"x": 5,
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 25,
"y": 0,
"sound": "goblin",
"hazard": true,
"static": false
},
{
"x": 50,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true
}
],
"boundaries": {
"left": 0,
"right": 500
}
}