parent
03fe9b3d01
commit
35f2defc11
@ -1,32 +1,32 @@ |
|||||||
{ |
{ |
||||||
"WALL_TILE": { |
"WALL_TILE": { |
||||||
"foreground": [230, 20, 0], |
"foreground": [230, 20, 0], |
||||||
"background": [230, 20, 0], |
"background": [230, 20, 2], |
||||||
"display": "\ua5b8" |
"display": "\ua5b8" |
||||||
}, |
}, |
||||||
"FLOOR_TILE": { |
"FLOOR_TILE": { |
||||||
"foreground": [80, 100, 0], |
"foreground": [80, 100, 0], |
||||||
"background": [30, 20, 0], |
"background": [30, 20, 2], |
||||||
"display":"\u2849" |
"display":"\u2849" |
||||||
}, |
}, |
||||||
"PLAYER_TILE": { |
"PLAYER_TILE": { |
||||||
"foreground": [255, 200, 0], |
"foreground": [255, 200, 0], |
||||||
"background": [30, 20, 0], |
"background": [30, 20, 2], |
||||||
"display":"\ua66b" |
"display":"\ua66b" |
||||||
}, |
}, |
||||||
"ENEMY_TILE": { |
"ENEMY_TILE": { |
||||||
"foreground": [255, 200, 0], |
"foreground": [255, 200, 0], |
||||||
"background": [30, 20, 0], |
"background": [30, 20, 2], |
||||||
"display":"\u1d5c" |
"display":"\u1d5c" |
||||||
}, |
}, |
||||||
"BG_TILE": { |
"BG_TILE": { |
||||||
"foreground": [230, 20, 0], |
"foreground": [230, 20, 0], |
||||||
"background": [230, 20, 0], |
"background": [230, 20, 2], |
||||||
"display":"█" |
"display":"█" |
||||||
}, |
}, |
||||||
"WATER_TILE": { |
"WATER_TILE": { |
||||||
"foreground": [132, 200, 0], |
"foreground": [132, 200, 0], |
||||||
"background": [147, 220, 0], |
"background": [147, 220, 2], |
||||||
"display":"\u224b" |
"display":"\u224b" |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue