Now have more fancy rooms with different floors to play with.

This commit is contained in:
Zed A. Shaw 2024-12-27 12:52:23 -05:00
parent f46b5f15ef
commit 9c03e850b5
7 changed files with 96 additions and 41 deletions

View file

@ -5,9 +5,24 @@
"display": "\ua5b8"
},
"FLOOR_TILE": {
"foreground": [80, 100, 0],
"background": [30, 20, 2],
"display":"\u2849"
"foreground": [40, 15, 0],
"background": [200, 15, 2],
"display":"\u289e"
},
"MOSAIC_TILE_1": {
"foreground": [40, 15, 0],
"background": [200, 29, 2],
"display":"\u19f0"
},
"MOSAIC_TILE_2": {
"foreground": [40, 15, 0],
"background": [200, 29, 2],
"display":"\u16de"
},
"MOSAIC_TILE_3": {
"foreground": [40, 15, 0],
"background": [200, 29, 2],
"display":"\u1378"
},
"PLAYER_TILE": {
"foreground": [255, 200, 0],
@ -28,5 +43,15 @@
"foreground": [132, 200, 0],
"background": [147, 220, 2],
"display":"\u098c"
},
"SAND_TILE": {
"foreground": [24, 106, 0],
"background": [24, 123, 2],
"display":"\u17f6"
},
"GRASS_TILE": {
"foreground": [41, 180, 0],
"background": [75, 100, 2],
"display":"\u0799"
}
}