Now have background color for the sprites used in the maps.

This commit is contained in:
Zed A. Shaw 2025-07-10 00:12:32 -04:00
parent b16ca3fd65
commit b2a6262964
5 changed files with 89 additions and 68 deletions

View file

@ -6,7 +6,6 @@
"ceiling": "ceiling_black",
"light": 0,
"foreground": [40, 40, 40],
"background": [10, 10, 10],
"id": 0
},
"wall_plain": {
@ -23,8 +22,8 @@
"collision": true,
"display": 8820,
"light": 20,
"foreground": [150, 255, 150],
"background": [10, 10, 10],
"foreground": [100, 150, 100],
"background": [100, 100, 100],
"id": 2
},
"ceiling_black": {
@ -32,8 +31,7 @@
"collision": false,
"display": 35,
"light": 0,
"foreground": [150, 150, 150],
"background": [10, 10, 10],
"foreground": [100, 100, 100],
"id": 4
},
"lava_floor": {
@ -42,7 +40,7 @@
"display": 35,
"ceiling": "ceiling_black",
"light": 20,
"foreground": [255, 0, 0],
"foreground": [200, 100, 100],
"background": [10, 10, 10],
"id": 5
},
@ -52,8 +50,7 @@
"display": 35,
"ceiling": "ceiling_blue_light",
"light": 40,
"foreground": [150, 150, 150],
"background": [10, 10, 10],
"foreground": [40, 40, 40],
"id": 6
},
"ceiling_blue_light": {
@ -61,8 +58,7 @@
"collision": false,
"display": 35,
"light": 0,
"foreground": [150, 150, 150],
"background": [10, 10, 10],
"foreground": [100, 100, 100],
"id": 7
},
"wood_wall": {
@ -70,8 +66,8 @@
"collision": false,
"display": 35,
"light": 0,
"foreground": [250, 250, 150],
"background": [10, 10, 10],
"foreground": [70, 70, 70],
"background": [100, 100, 100],
"id": 8
}
}