Alot of changes(description)

- finally fixed the save system so it saves new users files
- added better bgs
- reorganized files so its less of a clusterfuck
This commit is contained in:
Bucket Of Chicken
2025-08-10 07:20:17 +02:00
parent 31ae121a8f
commit 1dbaa781dc
136 changed files with 318 additions and 186 deletions
+7 -3
View File
@@ -11,15 +11,19 @@ config_version=5
[application]
config/name="Simplaudio"
run/main_scene="res://Main.tscn"
run/main_scene="res://Scenes/Main.tscn"
config/features=PackedStringArray("4.4", "Forward Plus")
run/low_processor_mode=true
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/use_filter=false
boot_splash/image="res://BigLogo.png"
config/icon="res://Logo2.png"
boot_splash/image="res://Images/BigLogo.png"
config/icon="res://Icons/Logo2.png"
config/windows_native_icon="res://addons/godot-yt-dlp/src/favicon2.ico"
[audio]
buses/default_bus_layout="res://Audio/default_bus_layout.tres"
[autoload]
YtDlp="*res://addons/godot-yt-dlp/src/yt_dlp.gd"