This commit is contained in:
2024-09-07 15:01:45 -07:00
parent fbaf698852
commit b470a9d2fe
116 changed files with 15968 additions and 24 deletions

View File

@@ -15,6 +15,14 @@ run/main_scene="res://src/Main.tscn"
config/features=PackedStringArray("4.4", "C#", "GL Compatibility")
boot_splash/show_image=false
[autoload]
DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
[dialogue_manager]
general/uses_dotnet=true
[display]
window/size/viewport_width=1920
@@ -26,7 +34,7 @@ project/assembly_name="GameJamDungeon"
[editor_plugins]
enabled=PackedStringArray("res://addons/SimpleDungeons/plugin.cfg")
enabled=PackedStringArray("res://addons/SimpleDungeons/plugin.cfg", "res://addons/dialogue_manager/plugin.cfg")
[global_group]
@@ -87,6 +95,10 @@ Throw={
]
}
[internationalization]
locale/translations_pot_files=PackedStringArray("res://src/dialog/TestDialogue.dialogue")
[layer_names]
3d_physics/layer_1="World"