Some changes

This commit is contained in:
2026-06-11 19:59:31 -05:00
parent 2f2ea060b1
commit eec429147b
150 changed files with 16615 additions and 262 deletions
+23 -1
View File
@@ -29,6 +29,7 @@ SAVE="*res://save/Save.gd"
CUTSCENE="*res://cutscene/CutsceneSingleton.gd"
UI="*res://ui/UISingleton.gd"
ControllerIcons="*res://addons/controller_icons/ControllerIcons.gd"
DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
[debug]
@@ -49,7 +50,7 @@ project/assembly_name="Dawn Godot"
[editor_plugins]
enabled=PackedStringArray("res://addons/controller_icons/plugin.cfg")
enabled=PackedStringArray("res://addons/controller_icons/plugin.cfg", "res://addons/dialogue_manager/plugin.cfg")
[filesystem]
@@ -117,10 +118,31 @@ run={
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194325,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
camera_orbit_left={
"deadzone": 0.15,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
]
}
camera_orbit_right={
"deadzone": 0.15,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
]
}
camera_orbit_up={
"deadzone": 0.15,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
]
}
camera_orbit_down={
"deadzone": 0.15,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
]
}
[internationalization]
locale/translations=PackedStringArray("res://locale/en_AU.po")
locale/translations_pot_files=PackedStringArray("res://dialogue/battle/narration.dialogue", "res://dialogue/item/pickup.dialogue", "res://dialogue/npc/test.dialogue")
locale/language_filter=["ja"]
locale/country_filter=["JP"]