|
|
@ -20,6 +20,7 @@ config/icon="res://icon.svg" |
|
|
|
Globals="*res://autoloads/globals.gd" |
|
|
|
EntityManager="*res://autoloads/entity_manager.gd" |
|
|
|
InventoryManager="*res://autoloads/inventory_manager.gd" |
|
|
|
DBItems="*res://autoloads/db_items.gd" |
|
|
|
|
|
|
|
[debug] |
|
|
|
|
|
|
@ -34,7 +35,6 @@ folder_colors={ |
|
|
|
"res://assets/": "red", |
|
|
|
"res://assets/ui/": "green", |
|
|
|
"res://autoloads/": "orange", |
|
|
|
"res://data_structure/": "blue", |
|
|
|
"res://resources/": "blue", |
|
|
|
"res://scenes/": "yellow", |
|
|
|
"res://scenes/ui/": "green" |
|
|
|