Lighting is working way better and now for world generation work.
This commit is contained in:
parent
9c03e850b5
commit
194cc6664b
8 changed files with 57 additions and 63 deletions
|
@ -1,57 +1,57 @@
|
|||
{
|
||||
"WALL_TILE": {
|
||||
"foreground": [230, 20, 0],
|
||||
"background": [230, 20, 2],
|
||||
"foreground": [230, 20, 30],
|
||||
"background": [230, 20, 120],
|
||||
"display": "\ua5b8"
|
||||
},
|
||||
"FLOOR_TILE": {
|
||||
"foreground": [40, 15, 0],
|
||||
"background": [200, 15, 2],
|
||||
"foreground": [40, 15, 125],
|
||||
"background": [200, 15, 75],
|
||||
"display":"\u289e"
|
||||
},
|
||||
"MOSAIC_TILE_1": {
|
||||
"foreground": [40, 15, 0],
|
||||
"background": [200, 29, 2],
|
||||
"foreground": [40, 15, 125],
|
||||
"background": [200, 29, 75],
|
||||
"display":"\u19f0"
|
||||
},
|
||||
"MOSAIC_TILE_2": {
|
||||
"foreground": [40, 15, 0],
|
||||
"background": [200, 29, 2],
|
||||
"foreground": [40, 15, 125],
|
||||
"background": [200, 29, 75],
|
||||
"display":"\u16de"
|
||||
},
|
||||
"MOSAIC_TILE_3": {
|
||||
"foreground": [40, 15, 0],
|
||||
"background": [200, 29, 2],
|
||||
"foreground": [40, 15, 125],
|
||||
"background": [200, 29, 75],
|
||||
"display":"\u1378"
|
||||
},
|
||||
"PLAYER_TILE": {
|
||||
"foreground": [255, 200, 0],
|
||||
"background": [30, 20, 2],
|
||||
"foreground": [255, 200, 125],
|
||||
"background": [30, 20, 75],
|
||||
"display":"\ua66b"
|
||||
},
|
||||
"ENEMY_TILE": {
|
||||
"foreground": [255, 200, 0],
|
||||
"background": [30, 20, 2],
|
||||
"foreground": [255, 200, 125],
|
||||
"background": [30, 20, 75],
|
||||
"display":"\u1d5c"
|
||||
},
|
||||
"BG_TILE": {
|
||||
"foreground": [230, 20, 0],
|
||||
"background": [230, 20, 2],
|
||||
"foreground": [230, 20, 125],
|
||||
"background": [230, 20, 125],
|
||||
"display":"█"
|
||||
},
|
||||
"WATER_TILE": {
|
||||
"foreground": [132, 200, 0],
|
||||
"background": [147, 220, 2],
|
||||
"foreground": [132, 200, 180],
|
||||
"background": [147, 220, 100],
|
||||
"display":"\u098c"
|
||||
},
|
||||
"SAND_TILE": {
|
||||
"foreground": [24, 106, 0],
|
||||
"background": [24, 123, 2],
|
||||
"foreground": [24, 106, 180],
|
||||
"background": [24, 123, 100],
|
||||
"display":"\u17f6"
|
||||
},
|
||||
"GRASS_TILE": {
|
||||
"foreground": [41, 180, 0],
|
||||
"background": [75, 100, 2],
|
||||
"foreground": [41, 180, 180],
|
||||
"background": [75, 100, 100],
|
||||
"display":"\u0799"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue