Character sprite switching - directionality - added dragon head
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user