Add temporary character outline in equipment overlay

This commit is contained in:
Peter Stockings
2026-01-07 23:54:27 +11:00
parent a55661ccdf
commit f344213f55
3 changed files with 11 additions and 30 deletions

View File

@@ -142,7 +142,8 @@ export const GAME_CONFIG = {
{ key: "items", path: "assets/sprites/items/items.png", frameConfig: { frameWidth: 16, frameHeight: 16 } },
],
images: [
{ key: "splash_bg", path: "assets/ui/splash_bg.png" }
{ key: "splash_bg", path: "assets/ui/splash_bg.png" },
{ key: "character_outline", path: "assets/ui/character_outline.png" }
]
},