Remove decoration code

This commit is contained in:
Idrees Hassan
2025-10-26 16:21:52 -04:00
parent 476c75cecb
commit b7453d1a94
5 changed files with 5 additions and 70 deletions

View File

@@ -11,10 +11,6 @@ const spriteSheets = [
{
key: "__FEATHER_SPRITE_SHEET__",
path: "./sprites/feather.png"
},
{
key: "__DECORATIONS_SPRITE_SHEET__",
path: "./sprites/decorations.png"
}
];