Big refactor in place: Organize nodes in line with dependency injection expectations, use state machine flow more
This commit is contained in:
@@ -39,6 +39,18 @@ project/assembly_name="GameJamDungeon"
|
||||
|
||||
enabled=PackedStringArray("res://addons/SimpleDungeons/plugin.cfg", "res://addons/dialogue_manager/plugin.cfg")
|
||||
|
||||
[file_customization]
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
[global_group]
|
||||
|
||||
Exit=""
|
||||
|
||||
Reference in New Issue
Block a user