diff --git a/semag/mind/assets/maps/grassland.png b/semag/mind/assets/maps/grassland.png new file mode 100644 index 00000000..1c7e8060 Binary files /dev/null and b/semag/mind/assets/maps/grassland.png differ diff --git a/semag/mind/assets/maps/island.png b/semag/mind/assets/maps/island.png new file mode 100644 index 00000000..1e5d911a Binary files /dev/null and b/semag/mind/assets/maps/island.png differ diff --git a/semag/mind/assets/maps/maps.json b/semag/mind/assets/maps/maps.json new file mode 100644 index 00000000..6150de5f --- /dev/null +++ b/semag/mind/assets/maps/maps.json @@ -0,0 +1,95 @@ +{ + "maps": [ + { + "id": 0, + "name": "maze", + "visible": true, + "flipBase": false, + "backgroundColor": "646464" + }, + { + "id": 1, + "name": "fortress", + "visible": true, + "flipBase": false, + "backgroundColor": "646464" + }, + { + "id": 2, + "name": "sinkhole", + "visible": true, + "flipBase": false, + "backgroundColor": "646464" + }, + { + "id": 3, + "name": "caves", + "visible": true, + "flipBase": false, + "backgroundColor": "646464" + }, + { + "id": 4, + "name": "volcano", + "visible": true, + "flipBase": true, + "backgroundColor": "646464" + }, + { + "id": 5, + "name": "caldera", + "visible": true, + "flipBase": false, + "backgroundColor": "646464" + }, + { + "id": 6, + "name": "scorch", + "visible": true, + "flipBase": false, + "backgroundColor": "e5d8bb" + }, + { + "id": 7, + "name": "desert", + "visible": true, + "flipBase": false, + "backgroundColor": "646464" + }, + { + "id": 8, + "name": "island", + "visible": true, + "flipBase": false, + "backgroundColor": "e5d8bb" + }, + { + "id": 9, + "name": "grassland", + "visible": true, + "flipBase": false, + "backgroundColor": "5ab464" + }, + { + "id": 10, + "name": "tundra", + "visible": true, + "flipBase": false, + "backgroundColor": "646464" + }, + { + "id": 11, + "name": "spiral", + "visible": true, + "flipBase": false, + "backgroundColor": "f7feff" + }, + { + "id": 12, + "name": "tutorial", + "visible": false, + "flipBase": false, + "backgroundColor": "646464" + } + ] +} diff --git a/semag/mind/assets/maps/maze.png b/semag/mind/assets/maps/maze.png new file mode 100644 index 00000000..018f94a1 Binary files /dev/null and b/semag/mind/assets/maps/maze.png differ diff --git a/semag/mind/assets/maps/oilrush.png b/semag/mind/assets/maps/oilrush.png new file mode 100644 index 00000000..43d4e2f8 Binary files /dev/null and b/semag/mind/assets/maps/oilrush.png differ