From 3c4b0986372f40b2ea81e5c013713754e589e630 Mon Sep 17 00:00:00 2001 From: "Aidan C. Mullen" Date: Sat, 1 Mar 2025 09:41:01 -0500 Subject: [PATCH] Update base Update engine to 4.3 and replace icon. --- README | 8 +++--- engine/icon.svg | 58 +++++++++++++++++++++++++++++++++++++++++++- engine/project.godot | 4 +-- engine/title.tscn | 2 +- 4 files changed, 64 insertions(+), 8 deletions(-) diff --git a/README b/README index 5b03843..a9ae1f2 100755 --- a/README +++ b/README @@ -1,7 +1,7 @@ -RTR -=== +Spruce Basin (Temporary Title) +============================== - RTR source repository. + Media source repository. Dependencies ------------ @@ -10,7 +10,7 @@ Dependencies for your system; heavily shared library-oriented systems may need all of these installed to run the compiled binary. - - Godot 4.2 + - Godot 4.3+ - Vulkan Developement Libraries(version compatible with Godot 4.2) - Godot Jolt diff --git a/engine/icon.svg b/engine/icon.svg index b370ceb..c8000e7 100644 --- a/engine/icon.svg +++ b/engine/icon.svg @@ -1 +1,57 @@ - + + + + + + + + + + + diff --git a/engine/project.godot b/engine/project.godot index 1ac3581..af59f03 100644 --- a/engine/project.godot +++ b/engine/project.godot @@ -10,9 +10,9 @@ config_version=5 [application] -config/name="RTR" +config/name="ASFOS" run/main_scene="res://title.tscn" -config/features=PackedStringArray("4.2", "Forward Plus") +config/features=PackedStringArray("4.3", "Forward Plus") boot_splash/bg_color=Color(0, 0, 0, 1) boot_splash/show_image=false config/icon="res://icon.svg" diff --git a/engine/title.tscn b/engine/title.tscn index 5f48369..ead97a8 100644 --- a/engine/title.tscn +++ b/engine/title.tscn @@ -105,7 +105,7 @@ text = "To-Do: - Fade animations for buttons. - Possibly have no background for the buttons; instead having an outline that changes. - View Fontforge to create custom fonts. -- Use C/C++ API to implement functions for each button. +- Use C3/C++ API to implement functions for each button. - Button for copyright notices in bottom-left corner." vertical_alignment = 1