Character sprite switching - directionality - added dragon head

This commit is contained in:
2026-01-31 10:58:12 +11:00
parent 58b3726d21
commit b18e2d08ba
17 changed files with 163 additions and 85 deletions

View File

@@ -153,7 +153,7 @@ export const GAME_CONFIG = {
gameplay: {
energyThreshold: 100,
actionCost: 100,
flamethrower: {
ceramicDragonHead: {
range: 4,
initialDamage: 7,
burnDamage: 3,
@@ -175,8 +175,14 @@ export const GAME_CONFIG = {
],
images: [
{ key: "splash_bg", path: "assets/ui/splash_bg.png" },
{ key: "character_outline", path: "assets/ui/character_outline.png" }
{ key: "character_outline", path: "assets/ui/character_outline.png" },
{ key: "ceramic_dragon_head", path: "assets/sprites/items/ceramic_dragon_head.png" },
{ key: "PriestessNorth", path: "assets/sprites/priestess/PriestessNorth.png" },
{ key: "PriestessSouth", path: "assets/sprites/priestess/PriestessSouth.png" },
{ key: "PriestessEast", path: "assets/sprites/priestess/PriestessEast.png" },
{ key: "PriestessWest", path: "assets/sprites/priestess/PriestessWest.png" }
]
},
animations: [