Refactoring crap

This commit is contained in:
2025-06-30 23:06:43 -05:00
parent 3c11b232fa
commit 342d6745d1
220 changed files with 420 additions and 3576 deletions

View File

@@ -11,26 +11,15 @@ config_version=5
[application]
config/name="Dawn Godot"
run/main_scene="uid://w1q5eoiejmy3"
run/main_scene="uid://b16ysbx7ah03u"
config/features=PackedStringArray("4.4", "GL Compatibility")
config/icon="res://icon.svg"
[autoload]
BATTLE="*res://scripts/Singleton/BattleSystem.gd"
COOKING="*res://scripts/Singleton/CookingSystem.gd"
OVERWORLD="*res://scripts/Singleton/OverworldSystem.gd"
ITEM="*res://scenes/Singletons/Item.tscn"
PAUSE="*res://scripts/Singleton/PauseSystem.gd"
QUEST="*res://scenes/Singletons/Quest.tscn"
SCENE_MANAGER="*res://scripts/Singleton/SceneSystem.gd"
UI="*res://scenes/Singletons/UI.tscn"
VN="*res://scripts/Singleton/VNSystem.gd"
LOAD="*res://scenes/Singletons/Load.tscn"
RECIPE="*res://scenes/Singletons/Recipe.tscn"
LOCALE="*res://scripts/Singleton/LocaleSystem.gd"
ControllerIcons="*res://addons/controller_icons/ControllerIcons.gd"
EVENT="*res://scenes/Singletons/Event.tscn"
PHYSICS="*res://scripts/singletons/GamePhysics.gd"
UI="*res://scenes/singletons/UI.tscn"
PAUSE="*res://scripts/singletons/Pause.gd"
[debug]
@@ -41,6 +30,8 @@ gdscript/warnings/shadowed_variable=0
window/size/viewport_width=480
window/size/viewport_height=270
window/size/window_width_override=960
window/size/window_height_override=540
window/stretch/mode="viewport"
window/stretch/scale_mode="integer"
@@ -64,7 +55,7 @@ theme/custom_font="uid://ck4rsg0nvvxtq"
[input]
left={
move_left={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
@@ -72,7 +63,7 @@ left={
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
]
}
right={
move_right={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
@@ -80,7 +71,7 @@ right={
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
]
}
up={
move_forward={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
@@ -88,7 +79,7 @@ up={
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
]
}
down={
move_back={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)