Map now has a color theme rather than random colors.

This commit is contained in:
Zed A. Shaw 2025-07-17 12:59:20 -04:00
parent 379060b8c7
commit 973495b687
4 changed files with 48 additions and 35 deletions

View file

@ -6,6 +6,7 @@
"ceiling": "ceiling_black",
"light": 0,
"foreground": "tiles/fg:floor_tile",
"background": "tiles/bg:floor_tile",
"id": 0
},
"wall_plain": {
@ -22,8 +23,8 @@
"collision": true,
"display": 9256,
"light": 20,
"background": "tiles/bg:wall_moss",
"foreground": "tiles/fg:wall_moss",
"background": "tiles/bg:wall_moss",
"id": 2
},
"ceiling_black": {
@ -32,6 +33,7 @@
"display": 35,
"light": 0,
"foreground": "tiles/fg:ceiling_black",
"background": "tiles/bg:ceiling_black",
"id": 4
},
"lava_floor": {
@ -68,7 +70,8 @@
"collision": false,
"display": 8285,
"light": 0,
"foreground": "tiles/fg:BAD",
"foreground": "color:BAD",
"background": "color:BAD",
"id": 7
}
}