parent
2daa1c9bd5
commit
56d67aba28
@ -1,20 +1,30 @@ |
|||||||
{ |
{ |
||||||
"WALL_TILE": { |
"FLOOR_TILE": { |
||||||
|
"id": "0", |
||||||
|
"foreground": [40, 15, 125], |
||||||
|
"background": [200, 15, 75], |
||||||
|
"collision": false, |
||||||
|
"display":"\u289e" |
||||||
|
}, |
||||||
|
"WALL_PLAIN": { |
||||||
|
"id": 1, |
||||||
"foreground": [230, 20, 30], |
"foreground": [230, 20, 30], |
||||||
"background": [230, 20, 120], |
"background": [230, 20, 120], |
||||||
"collision": true, |
"collision": true, |
||||||
"display": "\ua5b8" |
"display": "\ua5b8" |
||||||
}, |
}, |
||||||
"FLOOR_TILE": { |
"WALL_VINES": { |
||||||
|
"id": 2, |
||||||
"foreground": [40, 15, 125], |
"foreground": [40, 15, 125], |
||||||
"background": [200, 15, 75], |
"background": [200, 29, 75], |
||||||
"collision": false, |
"collision": false, |
||||||
"display":"\u289e" |
"display":"\u19f0" |
||||||
}, |
}, |
||||||
"CEILING_TILE": { |
"WALL_PILLAR": { |
||||||
"foreground": [159, 164, 15], |
"id": 3, |
||||||
"background": [199, 15, 79], |
"foreground": [40, 15, 125], |
||||||
"collision": true, |
"background": [200, 29, 75], |
||||||
"display":"\u2274" |
"collision": false, |
||||||
|
"display":"\u16de" |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue