Add hat placeholder

This commit is contained in:
Idrees Hassan
2026-01-18 19:04:40 -05:00
parent 9f7d864e57
commit 8263fadfba
11 changed files with 533 additions and 61 deletions

View File

@@ -46,6 +46,10 @@ const spriteSheets = [
{
key: "__FEATHER_SPRITE_SHEET__",
path: SPRITES_DIR + "/feather.png"
},
{
key: "__HATS_SPRITE_SHEET__",
path: SPRITES_DIR + "/hats.png"
}
];