mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
Upload files to "semag/mind/assets/maps"
This commit is contained in:
parent
5679b0d97c
commit
6c86e9ddc9
BIN
semag/mind/assets/maps/grassland.png
Normal file
BIN
semag/mind/assets/maps/grassland.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
semag/mind/assets/maps/island.png
Normal file
BIN
semag/mind/assets/maps/island.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
95
semag/mind/assets/maps/maps.json
Normal file
95
semag/mind/assets/maps/maps.json
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
BIN
semag/mind/assets/maps/maze.png
Normal file
BIN
semag/mind/assets/maps/maze.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
semag/mind/assets/maps/oilrush.png
Normal file
BIN
semag/mind/assets/maps/oilrush.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Loading…
x
Reference in New Issue
Block a user