forked from sent/waves
67 lines
4.1 KiB
JavaScript
67 lines
4.1 KiB
JavaScript
FullScreenMario.FullScreenMario.settings.maps.library["3-4"] = {
|
|
"name": "3-4",
|
|
"time": 300,
|
|
"locations": [
|
|
{ "entry": "Castle" }
|
|
],
|
|
"areas": [
|
|
{
|
|
"setting": "Castle",
|
|
"blockBoundaries": true,
|
|
"creation": [
|
|
{ "macro": "StartInsideCastle", "width": 128 },
|
|
{ "thing": "Stone", "y": 88, "width": 128, "height": 24 },
|
|
{ "thing": "Stone", "x": 128, "y": 88, "width": 896 },
|
|
{ "thing": "Podoboo", "x": 128, "y": -32 },
|
|
{ "macro": "Floor", "x": 144, "y": 24 },
|
|
{ "macro": "Floor", "x": 152, "y": 8 },
|
|
{ "macro": "Fill", "thing": "Stone", "x": 152, "y": 24, "xnum": 3, "xwidth": 40 },
|
|
{ "macro": "Fill", "thing": "CastleBlock", "x": 152, "y": 16, "xnum": 3, "xwidth": 40, "fireballs": 6 },
|
|
{ "macro": "Floor", "x": 160, "y": 24 },
|
|
{ "macro": "Floor", "x": 184, "y": 24 },
|
|
{ "macro": "Floor", "x": 192, "y": 8 },
|
|
{ "macro": "Floor", "x": 200, "y": 24 },
|
|
{ "thing": "Podoboo", "x": 208, "y": -32 },
|
|
{ "macro": "Floor", "x": 224, "y": 24 },
|
|
{ "macro": "Floor", "x": 232, "y": 8 },
|
|
{ "macro": "Floor", "x": 240, "y": 24 },
|
|
{ "macro": "Floor", "x": 264, "width": 104 },
|
|
{ "thing": "Stone", "x": 264, "y": 24, "width": 16, "height": 24 },
|
|
{ "thing": "Stone", "x": 280, "y": 80, "width": 88, "height": 16 },
|
|
{ "thing": "Block", "x": 336, "y": 32 },
|
|
{ "thing": "Block", "x": 344, "y": 32, "contents": "Mushroom" },
|
|
{ "thing": "Block", "x": 352, "y": 32 },
|
|
{ "macro": "Water", "x": 368, "width": 16 },
|
|
{ "macro": "Floor", "x": 384, "width": 320 },
|
|
{ "macro": "Fill", "thing": "Stone", "x": 424, "y": 8, "xnum": 2, "xwidth": 80, "width": 24 },
|
|
{ "macro": "Fill", "thing": "Stone", "x": 424, "y": 80, "xnum": 2, "xwidth": 80, "width": 24, "height": 16 },
|
|
{ "macro": "Fill", "thing": "CastleBlock", "x": 432, "y": 16, "xnum": 2, "xwidth": 80, "fireballs": 6, "direction": 1 },
|
|
{ "macro": "Fill", "thing": "CastleBlock", "x": 432, "y": 64, "xnum": 2, "xwidth": 80, "fireballs": 6 },
|
|
{ "thing": "Stone", "x": 632, "y": 8, "width": 24 },
|
|
{ "thing": "Stone", "x": 632, "y": 80, "width": 24, "height": 16 },
|
|
{ "thing": "CastleBlock", "x": 640, "y": 16, "fireballs": 6 },
|
|
{ "thing": "CastleBlock", "x": 640, "y": 64, "fireballs": 6, "direction": 1 },
|
|
{ "macro": "Fill", "thing": "Coin", "x": 649, "y": 55, "xnum": 3, "xwidth": 8 },
|
|
{ "thing": "Podoboo", "x": 704, "y": -32 },
|
|
{ "macro": "Water", "x": 704, "width": 16 },
|
|
{ "macro": "Floor", "x": 720, "y": 24, "width": 48 },
|
|
{ "thing": "Stone", "x": 720, "y": 80, "width": 48, "height": 16 },
|
|
{ "macro": "Water", "x": 768, "width": 24 },
|
|
{ "thing": "Podoboo", "x": 776, "y": -32 },
|
|
{ "macro": "Floor", "x": 792, "y": 24, "width": 24 },
|
|
{ "macro": "Water", "x": 816, "width": 24 },
|
|
{ "thing": "Podoboo", "x": 824, "y": -32 },
|
|
{ "macro": "Floor", "x": 840, "y": 24, "width": 24 },
|
|
{ "macro": "Water", "x": 864, "width": 24 },
|
|
{ "thing": "Podoboo", "x": 872, "y": -32 },
|
|
{ "macro": "Floor", "x": 888, "width": 136 },
|
|
{ "thing": "Stone", "x": 888, "y": 24, "width": 40, "height": 24 },
|
|
{ "thing": "Stone", "x": 888, "y": 80, "width": 136, "height": 16 },
|
|
{ "thing": "Stone", "x": 944, "y": 24, "width": 80, "height": 24 },
|
|
{ "macro": "EndInsideCastle", "x": 1024, "spawnType": "Beetle", "transport": { "map": "4-1" } },
|
|
{ "macro": "Fill", "thing": "Brick", "x": 1056, "y": 64, "xnum": 2, "ynum": 3 },
|
|
{ "thing": "Platform", "x": 1084, "y": 56, "width": 16 }
|
|
]
|
|
}
|
|
]
|
|
}; |