Ready to refactor the tilemap so I can stylize different parts of the maps generated.

This commit is contained in:
Zed A. Shaw 2025-05-24 12:34:45 -04:00
parent 96a585220b
commit f45dbe8c48
3 changed files with 6 additions and 6 deletions

View file

@ -11,14 +11,14 @@
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": true,
"display": 9608
"display": 8820
},
"WALL_PLAIN": {
"texture": "assets/wall_texture_test-256.png",
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": true,
"display": 37
"display": 9608
},
"WALL_VINES": {
"texture": "assets/wall_with_vines-256.png",