Really crappy minimap now displays.

This commit is contained in:
Zed A. Shaw 2025-02-06 15:03:46 -05:00
parent e85b5d998b
commit 25ad9b51f8
5 changed files with 51 additions and 17 deletions

View file

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