Create a bunch of textures for sprites in the game.

This commit is contained in:
Zed A. Shaw 2025-02-11 20:46:44 -05:00
parent ebaf4fc0ee
commit 583ad6d9c5
9 changed files with 20 additions and 30 deletions

View file

@ -15,15 +15,15 @@
},
"WALL_VINES": {
"texture": "assets/wall_with_vines-256.png",
"foreground": [40, 15, 125],
"background": [200, 29, 75],
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": false,
"display":"\u0799"
},
"WALL_PILLAR": {
"texture": "assets/wall_with_pillars-256.png",
"foreground": [40, 15, 125],
"background": [200, 29, 75],
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"collision": false,
"display":"\u2274"
}