Colors are now being loaded from assets/palette.json
This commit is contained in:
parent
48a7f72411
commit
f4fa50a413
13 changed files with 113 additions and 52 deletions
|
@ -5,7 +5,7 @@
|
|||
"display": 8284,
|
||||
"ceiling": "ceiling_black",
|
||||
"light": 0,
|
||||
"foreground": [40, 40, 40],
|
||||
"foreground": "tiles/fg:floor_tile",
|
||||
"id": 0
|
||||
},
|
||||
"wall_plain": {
|
||||
|
@ -13,8 +13,8 @@
|
|||
"collision": true,
|
||||
"display": 9608,
|
||||
"light": 0,
|
||||
"foreground": [100, 100, 100],
|
||||
"background": [10, 10, 10],
|
||||
"foreground": "tiles/fg:wall_plain",
|
||||
"background": "tiles/bg:wall_plain",
|
||||
"id": 1
|
||||
},
|
||||
"wall_moss": {
|
||||
|
@ -22,8 +22,8 @@
|
|||
"collision": true,
|
||||
"display": 9256,
|
||||
"light": 20,
|
||||
"background": [100, 100, 180],
|
||||
"foreground": [100, 150, 100],
|
||||
"background": "tiles/bg:wall_moss",
|
||||
"foreground": "tiles/fg:wall_moss",
|
||||
"id": 2
|
||||
},
|
||||
"ceiling_black": {
|
||||
|
@ -31,7 +31,7 @@
|
|||
"collision": false,
|
||||
"display": 35,
|
||||
"light": 0,
|
||||
"foreground": [100, 100, 100],
|
||||
"foreground": "tiles/fg:ceiling_black",
|
||||
"id": 4
|
||||
},
|
||||
"lava_floor": {
|
||||
|
@ -40,18 +40,18 @@
|
|||
"display": 10899,
|
||||
"ceiling": "ceiling_black",
|
||||
"light": 20,
|
||||
"foreground": [200, 100, 100],
|
||||
"background": [100, 100, 50],
|
||||
"foreground": "tiles/fg:lava_floor",
|
||||
"background": "tiles/bg:lava_floor",
|
||||
"id": 5
|
||||
},
|
||||
"gray_stone_floor_light": {
|
||||
"texture": "assets/textures/gray_stone_floor_light.png",
|
||||
"collision": false,
|
||||
"display": 11590,
|
||||
"ceiling": "zceiling_blue_light",
|
||||
"ceiling": "zBUGceiling_blue_light",
|
||||
"light": 40,
|
||||
"background": [80, 80, 80],
|
||||
"foreground": [40, 60, 180],
|
||||
"foreground": "tiles/fg:gray_stone_floor_light",
|
||||
"background": "tiles/bg:gray_stone_floor_light",
|
||||
"id": 6
|
||||
},
|
||||
"wood_wall": {
|
||||
|
@ -59,16 +59,16 @@
|
|||
"collision": false,
|
||||
"display": 10747,
|
||||
"light": 0,
|
||||
"foreground": [70, 70, 70],
|
||||
"background": [100, 100, 100],
|
||||
"foreground": "tiles/fg:wood_wall",
|
||||
"background": "tiles/bg:wood_wall",
|
||||
"id": 8
|
||||
},
|
||||
"zceiling_blue_light": {
|
||||
"zBUGceiling_blue_light": {
|
||||
"texture": "assets/textures/ceiling_blue_light.png",
|
||||
"collision": false,
|
||||
"display": 8285,
|
||||
"light": 0,
|
||||
"foreground": [100, 100, 100],
|
||||
"foreground": "tiles/fg:BAD",
|
||||
"id": 7
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue