Added vanity card and cached scenes

This commit is contained in:
2024-05-20 18:18:49 +01:00
parent 6b3fc2e00e
commit 991ae0c654
20 changed files with 175 additions and 38 deletions

View File

@@ -11,8 +11,8 @@ config_version=5
[application]
config/name="Dunkanoid"
config/version="1.0.4"
run/main_scene="res://Intro.tscn"
config/version="1.1.0"
run/main_scene="res://VanityCard.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
run/max_fps=30
boot_splash/show_image=false
@@ -25,6 +25,7 @@ config/windows_native_icon="res://icon.ico"
Global="*res://Global.gd"
EventBus="*res://EventBus.gd"
Music="*res://Music.gd"
Scenes="*res://Scenes.gd"
[display]