Really crappy minimap now displays.
This commit is contained in:
parent
e85b5d998b
commit
25ad9b51f8
5 changed files with 51 additions and 17 deletions
|
@ -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":"%"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue