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:
+7
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user