Add temporary character outline in equipment overlay
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user