Add in weapons (guns + cross hair) sprites

This commit is contained in:
Peter Stockings
2026-01-20 18:20:03 +11:00
parent 0d00e76d6b
commit 1713ba76de
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -140,6 +140,7 @@ export const GAME_CONFIG = {
{ key: "bat", path: "assets/sprites/actors/enemies/bat.png", frameConfig: { frameWidth: 15, frameHeight: 15 } },
{ key: "dungeon", path: "assets/tilesets/dungeon.png", frameConfig: { frameWidth: 16, frameHeight: 16 } },
{ key: "items", path: "assets/sprites/items/items.png", frameConfig: { frameWidth: 16, frameHeight: 16 } },
{ key: "weapons", path: "assets/sprites/items/weapons.png", frameConfig: { frameWidth: 24, frameHeight: 24 } }
],
images: [
{ key: "splash_bg", path: "assets/ui/splash_bg.png" },