More assets.
This commit is contained in:
parent
583ad6d9c5
commit
4027b70867
6 changed files with 13 additions and 11 deletions
|
@ -2,15 +2,17 @@
|
||||||
"sprites": {
|
"sprites": {
|
||||||
"armored_knight": "assets/armored_knight_1-256.png",
|
"armored_knight": "assets/armored_knight_1-256.png",
|
||||||
"sword": "assets/cinqueda_1-512.png",
|
"sword": "assets/cinqueda_1-512.png",
|
||||||
"barrel": "assets/wood_barrel_large-256.png",
|
"barrel_small": "assets/wood_barrel_small-256.png",
|
||||||
"hanging_brazier": "assets/hanging_brazier-256.png",
|
"hanging_brazier": "assets/hanging_brazier-256.png",
|
||||||
"torch_pillar": "assets/torch_pillar-256.png",
|
"torch_pillar": "assets/torch_pillar-256.png",
|
||||||
"torch_crappy": "assets/torch_crappy-256.png",
|
"torch_crappy": "assets/torch_crappy-256.png",
|
||||||
|
"torch_horizontal_floor": "assets/torch_horizontal_floor-256.png",
|
||||||
"evil_eye": "assets/evil_eye-sprites.png",
|
"evil_eye": "assets/evil_eye-sprites.png",
|
||||||
"peasant_girl": "assets/undead_peasant-256.png",
|
"peasant_girl": "assets/undead_peasant-256.png",
|
||||||
"floor": "assets/floor_tile_test-256.png",
|
"floor": "assets/floor_tile_test-256.png",
|
||||||
"ceiling": "assets/ceiling_test-256.png",
|
"ceiling": "assets/ceiling_test-256.png",
|
||||||
"healing_potion_small": "assets/healing_potion_small-256.png",
|
"healing_potion_small": "assets/healing_potion_small-256.png",
|
||||||
|
"well_down": "assets/well_down-256.png",
|
||||||
"cinqueda": "assets/cinqueda_1-256.png"
|
"cinqueda": "assets/cinqueda_1-256.png"
|
||||||
},
|
},
|
||||||
"enemy": {
|
"enemy": {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{"_type": "Device",
|
{"_type": "Device",
|
||||||
"config": {"test": true},
|
"config": {"test": true},
|
||||||
"events": ["Events::GUI::STAIRS_DOWN"]},
|
"events": ["Events::GUI::STAIRS_DOWN"]},
|
||||||
{"_type": "Sprite", "name": "barrel"}
|
{"_type": "Sprite", "name": "well_down"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"STAIRS_UP": {
|
"STAIRS_UP": {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
{"_type": "Device",
|
{"_type": "Device",
|
||||||
"config": {"test": true},
|
"config": {"test": true},
|
||||||
"events": ["Events::GUI::STAIRS_UP"]},
|
"events": ["Events::GUI::STAIRS_UP"]},
|
||||||
{"_type": "Sprite", "name": "barrel"}
|
{"_type": "Sprite", "name": "barrel_small"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"SPIKE_TRAP": {
|
"SPIKE_TRAP": {
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
{"_type": "Device",
|
{"_type": "Device",
|
||||||
"config": {"test": true},
|
"config": {"test": true},
|
||||||
"events": ["Events::GUI::TRAP"]},
|
"events": ["Events::GUI::TRAP"]},
|
||||||
{"_type": "Sprite", "name": "barrel"}
|
{"_type": "Sprite", "name": "barrel_small"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
"description": "A torch that barely lights the way. You wonder if it'd be better to not see the person who murders you.",
|
"description": "A torch that barely lights the way. You wonder if it'd be better to not see the person who murders you.",
|
||||||
"inventory_count": 1,
|
"inventory_count": 1,
|
||||||
"components": [
|
"components": [
|
||||||
{"_type": "LightSource", "strength": 70, "radius": 2.0},
|
{"_type": "LightSource", "strength": 50, "radius": 1.5},
|
||||||
{"_type": "Tile", "display": "\u0f08",
|
{"_type": "Tile", "display": "\u0f08",
|
||||||
"foreground": [24, 120, 189],
|
"foreground": [24, 120, 189],
|
||||||
"background": [230,120, 120]
|
"background": [230,120, 120]
|
||||||
},
|
},
|
||||||
{"_type": "Sprite", "name": "torch_crappy"}
|
{"_type": "Sprite", "name": "torch_horizontal_floor"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"SWORD_RUSTY": {
|
"SWORD_RUSTY": {
|
||||||
|
@ -27,17 +27,17 @@
|
||||||
{"_type": "Sprite", "name": "cinqueda"}
|
{"_type": "Sprite", "name": "cinqueda"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"CHEST_SMALL": {
|
"BARREL_SMALL": {
|
||||||
"id": "CHEST_SMALL",
|
"id": "BARREL_SMALL",
|
||||||
"name": "Small Chest",
|
"name": "Small Barrel",
|
||||||
"description": "A small chest of gold. You wonder who would leave something like this around.",
|
"description": "A small rotten barrel that may hold things.",
|
||||||
"components": [
|
"components": [
|
||||||
{"_type": "Tile", "display": "\uaaea",
|
{"_type": "Tile", "display": "\uaaea",
|
||||||
"foreground": [150, 100, 189],
|
"foreground": [150, 100, 189],
|
||||||
"background": [150, 100, 189]
|
"background": [150, 100, 189]
|
||||||
},
|
},
|
||||||
{"_type": "Loot", "amount": 10},
|
{"_type": "Loot", "amount": 10},
|
||||||
{"_type": "Sprite", "name": "barrel"}
|
{"_type": "Sprite", "name": "barrel_small"}
|
||||||
],
|
],
|
||||||
"inventory_count": 1
|
"inventory_count": 1
|
||||||
},
|
},
|
||||||
|
|
BIN
assets/torch_horizontal_floor-256.png
Normal file
BIN
assets/torch_horizontal_floor-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
assets/well_down-256.png
Normal file
BIN
assets/well_down-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
assets/wood_barrel_small-256.png
Normal file
BIN
assets/wood_barrel_small-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Add table
Add a link
Reference in a new issue