1
0
forked from sent/waves
waves/public/assets/g/mario/settings/maps/6-1.js
2025-04-09 17:11:14 -05:00

81 lines
5.0 KiB
JavaScript

FullScreenMario.FullScreenMario.settings.maps.library["6-1"] = {
"name": "6-1",
"locations": [
{ "entry": "Plain" }
],
"areas": [
{
"setting": "Overworld Night",
"blockBoundaries": true,
"creation": [
{ "macro": "Floor", "width": 160 },
{ "macro": "CastleLarge", "x": -16 },
{ "macro": "Pattern", "pattern": "BackRegular", "repeat": 4 },
{ "thing": "Lakitu", "x": 184, "y": 84 },
{ "macro": "Fill", "thing": "Block", "x": 128, "y": 32, "xnum": 2 },
{ "macro": "Floor", "x": 176, "width": 72 },
{ "thing": "Stone", "x": 208, "y": 8, "width": 48 },
{ "thing": "Stone", "x": 232, "y": 16, "width": 40 },
{ "thing": "Stone", "x": 256, "y": 24, "width": 32 },
{ "thing": "Stone", "x": 280, "y": 32, "width": 24 },
{ "thing": "Brick", "x": 288, "y": 64, "contents": "Mushroom" },
{ "macro": "Floor", "x": 296, "width": 16 },
{ "thing": "Brick", "x": 296, "y": 64 },
{ "macro": "Floor", "x": 328, "width": 128 },
{ "macro": "Fill", "thing": "Brick", "x": 328, "y": 32, "xnum": 2 },
{ "thing": "Brick", "x": 344, "y": 32, "contents": "Coin" },
{ "macro": "Floor", "x": 472, "width": 120 },
{ "macro": "Fill", "thing": "Coin", "x": 497, "y": 31, "xnum": 3, "xwidth": 8 },
{ "thing": "Stone", "x": 552, "y": 8 },
{ "thing": "Stone", "x": 560, "y": 16, "height": 16 },
{ "thing": "Stone", "x": 568, "y": 24, "height": 24 },
{ "thing": "Stone", "x": 576, "y": 32, "width": 16, "height": 32 },
{ "macro": "Fill", "thing": "Coin", "x": 609, "y": 47, "xnum": 2, "xwidth": 8 },
{ "macro": "Floor", "x": 616, "width": 128 },
{ "thing": "Stone", "x": 672, "y": 16 },
{ "thing": "Stone", "x": 680, "y": 24, "height": 16 },
{ "thing": "Stone", "x": 696, "y": 40, "height": 40 },
{ "thing": "Stone", "x": 704, "y": 48, "height": 48 },
{ "thing": "Stone", "x": 712, "y": 56, "height": 56 },
{ "thing": "Block", "x": 720, "y": 40, "contents": "Mushroom1Up", "hidden": true },
{ "macro": "Fill", "thing": "Brick", "x": 720, "y": 56, "xnum": 3 },
{ "macro": "Fill", "thing": "Brick", "x": 736, "y": 24, "xnum": 3 },
{ "macro": "Floor", "x": 768, "width": 248 },
{ "macro": "Pipe", "x": 816, "height": 24, "piranha": true },
{ "macro": "Fill", "thing": "Coin", "x": 841, "y": 39, "xnum": 3, "xwidth": 8 },
{ "macro": "Fill", "thing": "Block", "x": 904, "y": 32, "ynum": 2, "yheight": 32, "hidden": true },
{ "thing": "Stone", "x": 976, "y": 8 },
{ "thing": "Stone", "x": 984, "y": 16, "height": 16 },
{ "thing": "Stone", "x": 992, "y": 24, "height": 24 },
{ "thing": "Stone", "x": 1000, "y": 32, "height": 32 },
{ "thing": "Stone", "x": 1008, "y": 40, "height": 40 },
{ "macro": "Fill", "thing": "Brick", "x": 1016, "y": 40, "xnum": 2 },
{ "macro": "Fill", "thing": "Brick", "x": 1040, "y": 8, "xnum": 5 },
{ "thing": "Brick", "x": 1048, "y": 40 },
{ "macro": "Floor", "x": 1072, "width": 16 },
{ "macro": "Floor", "x": 1096, "width": 96 },
{ "thing": "Stone", "x": 1144, "y": 8 },
{ "thing": "Stone", "x": 1152, "y": 16, "height": 16 },
{ "thing": "Stone", "x": 1160, "y": 24, "height": 24 },
{ "thing": "Stone", "x": 1168, "y": 32, "height": 32 },
{ "thing": "Stone", "x": 1176, "y": 40, "height": 40 },
{ "thing": "Stone", "x": 1184, "y": 48, "height": 48 },
{ "macro": "Fill", "thing": "Brick", "x": 1192, "y": 48, "xnum": 2 },
{ "thing": "Brick", "x": 1208, "y": 32 },
{ "macro": "Fill", "thing": "Brick", "x": 1216, "y": 16, "xnum": 3 },
{ "thing": "Brick", "x": 1216, "y": 32, "contents": "Coin" },
{ "macro": "Floor", "x": 1240, "width": 72 },
{ "macro": "Floor", "x": 1336, "width": 56 },
{ "thing": "Stone", "x": 1352, "y": 8 },
{ "thing": "Stone", "x": 1360, "y": 16, "height": 16 },
{ "thing": "Stone", "x": 1368, "y": 24, "height": 24 },
{ "thing": "Stone", "x": 1376, "y": 32, "height": 32 },
{ "thing": "Stone", "x": 1384, "y": 40, "height": 40 },
{ "macro": "Floor", "x": 1408, "width": 240 },
{ "macro": "LakituStop", "x": 1408 },
{ "thing": "Stone", "x": 1408, "y": 64, "width": 16, "height": 64 },
{ "macro": "EndOutsideCastle", "x": 1488, "transport": { "map": "6-2" } }
]
}
]
};