parent
9c03e850b5
commit
194cc6664b
@ -1,57 +1,57 @@ |
|||||||
{ |
{ |
||||||
"WALL_TILE": { |
"WALL_TILE": { |
||||||
"foreground": [230, 20, 0], |
"foreground": [230, 20, 30], |
||||||
"background": [230, 20, 2], |
"background": [230, 20, 120], |
||||||
"display": "\ua5b8" |
"display": "\ua5b8" |
||||||
}, |
}, |
||||||
"FLOOR_TILE": { |
"FLOOR_TILE": { |
||||||
"foreground": [40, 15, 0], |
"foreground": [40, 15, 125], |
||||||
"background": [200, 15, 2], |
"background": [200, 15, 75], |
||||||
"display":"\u289e" |
"display":"\u289e" |
||||||
}, |
}, |
||||||
"MOSAIC_TILE_1": { |
"MOSAIC_TILE_1": { |
||||||
"foreground": [40, 15, 0], |
"foreground": [40, 15, 125], |
||||||
"background": [200, 29, 2], |
"background": [200, 29, 75], |
||||||
"display":"\u19f0" |
"display":"\u19f0" |
||||||
}, |
}, |
||||||
"MOSAIC_TILE_2": { |
"MOSAIC_TILE_2": { |
||||||
"foreground": [40, 15, 0], |
"foreground": [40, 15, 125], |
||||||
"background": [200, 29, 2], |
"background": [200, 29, 75], |
||||||
"display":"\u16de" |
"display":"\u16de" |
||||||
}, |
}, |
||||||
"MOSAIC_TILE_3": { |
"MOSAIC_TILE_3": { |
||||||
"foreground": [40, 15, 0], |
"foreground": [40, 15, 125], |
||||||
"background": [200, 29, 2], |
"background": [200, 29, 75], |
||||||
"display":"\u1378" |
"display":"\u1378" |
||||||
}, |
}, |
||||||
"PLAYER_TILE": { |
"PLAYER_TILE": { |
||||||
"foreground": [255, 200, 0], |
"foreground": [255, 200, 125], |
||||||
"background": [30, 20, 2], |
"background": [30, 20, 75], |
||||||
"display":"\ua66b" |
"display":"\ua66b" |
||||||
}, |
}, |
||||||
"ENEMY_TILE": { |
"ENEMY_TILE": { |
||||||
"foreground": [255, 200, 0], |
"foreground": [255, 200, 125], |
||||||
"background": [30, 20, 2], |
"background": [30, 20, 75], |
||||||
"display":"\u1d5c" |
"display":"\u1d5c" |
||||||
}, |
}, |
||||||
"BG_TILE": { |
"BG_TILE": { |
||||||
"foreground": [230, 20, 0], |
"foreground": [230, 20, 125], |
||||||
"background": [230, 20, 2], |
"background": [230, 20, 125], |
||||||
"display":"█" |
"display":"█" |
||||||
}, |
}, |
||||||
"WATER_TILE": { |
"WATER_TILE": { |
||||||
"foreground": [132, 200, 0], |
"foreground": [132, 200, 180], |
||||||
"background": [147, 220, 2], |
"background": [147, 220, 100], |
||||||
"display":"\u098c" |
"display":"\u098c" |
||||||
}, |
}, |
||||||
"SAND_TILE": { |
"SAND_TILE": { |
||||||
"foreground": [24, 106, 0], |
"foreground": [24, 106, 180], |
||||||
"background": [24, 123, 2], |
"background": [24, 123, 100], |
||||||
"display":"\u17f6" |
"display":"\u17f6" |
||||||
}, |
}, |
||||||
"GRASS_TILE": { |
"GRASS_TILE": { |
||||||
"foreground": [41, 180, 0], |
"foreground": [41, 180, 180], |
||||||
"background": [75, 100, 2], |
"background": [75, 100, 100], |
||||||
"display":"\u0799" |
"display":"\u0799" |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue