This commit is contained in:
2026-03-13 22:00:02 -05:00
parent 90241d6830
commit 6738e8d217
676 changed files with 15819 additions and 78 deletions

View File

@@ -12,5 +12,12 @@ enum Items {
BRONZE_KEY, SILVER_KEY, GOLD_KEY,
WOOD_SWORD, IRON_SWORD, ROYAL_SWORD,
RED_POTION,
GOLD_100, GOLD_200, GOLD_300, GOLD_400
GOLD_100, GOLD_200, GOLD_300, GOLD_400,
WOODEN_BOW
}
enum MapIds {
PATH_TO_FOREST_DUNGEON_01,
PATH_TO_FOREST_HOME_01,
SHOP_01
}