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

@ -8,121 +8,121 @@
{
"centered": false,
"display": 35,
"x": 64,
"x": 32,
"y": 0
},
{
"centered": false,
"display": 10398,
"x": 128,
"x": 64,
"y": 0
},
{
"centered": false,
"display": 35,
"x": 96,
"y": 0
},
{
"centered": false,
"display": 35,
"x": 128,
"y": 0
},
{
"centered": false,
"display": 8820,
"x": 160,
"y": 0
},
{
"centered": false,
"display": 9608,
"x": 192,
"y": 0
},
{
"centered": false,
"display": 35,
"x": 256,
"y": 0
},
{
"centered": false,
"display": 8820,
"x": 320,
"y": 0
},
{
"centered": false,
"display": 9608,
"x": 384,
"y": 0
},
{
"centered": false,
"display": 35,
"x": 448,
"x": 224,
"y": 0
},
{
"centered": true,
"display": 1003,
"x": 512,
"x": 256,
"y": 0
},
{
"centered": true,
"display": 3848,
"x": 576,
"x": 288,
"y": 0
},
{
"centered": true,
"display": 85,
"x": 0,
"y": 64
"y": 32
},
{
"centered": true,
"display": 8687,
"x": 64,
"y": 64
"x": 32,
"y": 32
},
{
"centered": true,
"display": 10949,
"x": 128,
"y": 64
"x": 64,
"y": 32
},
{
"centered": true,
"display": 8793,
"x": 192,
"y": 64
"x": 96,
"y": 32
},
{
"centered": true,
"display": 95,
"x": 256,
"y": 64
"x": 128,
"y": 32
},
{
"centered": true,
"display": 1898,
"x": 320,
"y": 64
"x": 160,
"y": 32
},
{
"centered": true,
"display": 2189,
"x": 384,
"y": 64
"x": 192,
"y": 32
},
{
"centered": true,
"display": 2189,
"x": 448,
"y": 64
"x": 224,
"y": 32
},
{
"centered": true,
"display": 42603,
"x": 512,
"y": 64
"x": 256,
"y": 32
},
{
"centered": true,
"display": 2220,
"x": 576,
"y": 64
"x": 288,
"y": 32
},
{
"centered": true,
"display": 1218,
"x": 0,
"y": 128
"y": 64
}
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

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
}
}