You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.5 KiB
65 lines
1.5 KiB
{
|
|
"color": {
|
|
"transparent": [255, 255, 255, 255]
|
|
},
|
|
"gui/line": {
|
|
"light": [200,200,200],
|
|
"mid": [100,100,100],
|
|
"dark": [10,10,10]
|
|
},
|
|
|
|
"gui/text": {
|
|
"light": [200,200,200],
|
|
"mid": [100,100,100],
|
|
"dark": [10,10,10]
|
|
},
|
|
|
|
"gui/accent": {
|
|
"light": [200,200,200],
|
|
"mid": [100,100,100],
|
|
"dark": [10,10,10]
|
|
},
|
|
"items/fg": {
|
|
"flame": [24, 120, 189],
|
|
"potion": [255, 205, 189]
|
|
},
|
|
"enemies/fg": {
|
|
"player": [255, 200, 125],
|
|
"gold_savior": [131, 213, 238],
|
|
"knight": [131, 213, 238],
|
|
"axe_ranger": [156, 172, 197],
|
|
"rat_giant": [205, 164, 246],
|
|
"spider_giant": [205, 164, 246]
|
|
},
|
|
"tiles/fg": {
|
|
"floor_tile": [40, 40, 40],
|
|
"wall_plain": [100, 100, 100],
|
|
"wall_moss": [100, 150, 100],
|
|
"ceiling_black": [100, 100, 100],
|
|
"lava_floor": [200, 100, 100],
|
|
"gray_stone_floor_light": [40, 60, 180],
|
|
"wood_wall": [70, 70, 70],
|
|
"BAD": [255, 0, 0]
|
|
},
|
|
"tiles/bg": {
|
|
"wall_plain": [10, 10, 10],
|
|
"wall_moss": [100, 100, 180],
|
|
"lava_floor": [100, 100, 50],
|
|
"gray_stone_floor_light": [80, 80, 80],
|
|
"wood_wall": [100, 100, 100]
|
|
},
|
|
"devices/fg": {
|
|
"stairs_down": [24, 205, 189],
|
|
"stairs_up": [24, 205, 189],
|
|
"tripwire": [24, 205, 189],
|
|
"barrel": [150, 100, 189],
|
|
"grave_stone": [32, 123, 164]
|
|
},
|
|
"devices/bg": {
|
|
"stairs_down": [24, 205, 189],
|
|
"stairs_up": [24, 205, 189],
|
|
"tripwire": [24, 205, 189],
|
|
"barrel": [150, 100, 189],
|
|
"grave_stone": [24, 205, 189]
|
|
}
|
|
}
|
|
|