Initial commit.
This commit is contained in:
36
levels/1.json
Normal file
36
levels/1.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user