Create a bunch of textures for sprites in the game.

This commit is contained in:
Zed A. Shaw 2025-02-11 20:46:44 -05:00
parent ebaf4fc0ee
commit 583ad6d9c5
9 changed files with 20 additions and 30 deletions

View file

@ -10,7 +10,7 @@
"foreground": [24, 120, 189],
"background": [230,120, 120]
},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "torch_crappy"}
]
},
"SWORD_RUSTY": {
@ -24,22 +24,7 @@
"foreground": [24, 120, 189],
"background": [24, 120, 189]
},
{"_type": "Sprite", "name": "barrel"}
]
},
"SWORD_LIGHT_AND_FLAME": {
"id": "SWORD_LIGHT_AND_FLAME",
"name": "Sword of Light and Flame",
"description": "A sword so powerful, a great man from the Land of The Rising Sun thrust it into the ocean of Nerf to chill its effects.",
"inventory_count": 1,
"components": [
{"_type": "LightSource", "strength": 70, "radius": 1.8},
{"_type": "Tile", "display": "\u0236",
"foreground": [24, 205, 210],
"background": [24, 205, 210]
},
{"_type": "Weapon", "damage": 30},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "cinqueda"}
]
},
"CHEST_SMALL": {
@ -56,10 +41,10 @@
],
"inventory_count": 1
},
"WALL_TORCH": {
"id": "WALL_TORCH",
"name": "Basic Wall Torch",
"description": "A torch on a wall you can't pick up.",
"TORCH_PILLAR": {
"id": "TORCH_PILLAR",
"name": "Light Hanging from Ceiling",
"description": "Light Hanging from Ceiling",
"inventory_count": 0,
"components": [
{"_type": "Tile", "display": "\u077e",
@ -67,7 +52,7 @@
"background": [24, 205, 210]
},
{"_type": "LightSource", "strength": 60, "radius": 1.8},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "torch_pillar"}
]
},
"POTION_HEALING_SMALL": {
@ -81,7 +66,7 @@
"background": [255, 205, 189]
},
{"_type": "Curative", "hp": 20},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "healing_potion_small"}
]
}
}