Move inventory screen to UI folder

This commit is contained in:
2025-06-28 14:23:52 -07:00
parent cf03c75ada
commit bdc3bdf61d
19 changed files with 16 additions and 14 deletions

View File

@@ -47,10 +47,10 @@ folder_colors={
"res://src/dialog/": "purple",
"res://src/enemy/": "red",
"res://src/game/": "orange",
"res://src/inventory_menu/": "green",
"res://src/items/": "teal",
"res://src/map/": "gray",
"res://src/player/": "blue"
"res://src/player/": "blue",
"res://src/ui/inventory_menu/": "green"
}
[importer_defaults]