This commit is contained in:
2026-02-22 12:16:09 -06:00
parent 0ec11483f8
commit 63e2f75e7b
21 changed files with 657 additions and 282 deletions

View File

@@ -3,3 +3,14 @@ extends Node
enum Directions {
LEFT, RIGHT, UP, DOWN
}
enum CheckLocations {
SHOP_1, SHOP_2, SHOP_3
}
enum Items {
BRONZE_KEY, SILVER_KEY, GOLD_KEY,
WOOD_SWORD, IRON_SWORD, ROYAL_SWORD,
RED_POTION,
GOLD_100, GOLD_200, GOLD_300, GOLD_400
}