From e2f140820bd50ec3f087012e9f10ec494bd92a27 Mon Sep 17 00:00:00 2001 From: tomdevelops Date: Tue, 31 Oct 2023 23:02:30 +0100 Subject: [PATCH] updated project file to v4.2 --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 19ea713..ba50405 100644 --- a/project.godot +++ b/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="Starter Kit 3D Platformer" config/tags=PackedStringArray("starterkit") run/main_scene="res://scenes/main.tscn" -config/features=PackedStringArray("4.1", "Forward Plus") +config/features=PackedStringArray("4.2", "Forward Plus") boot_splash/bg_color=Color(0.92549, 0.92549, 0.960784, 1) boot_splash/image="res://splash-screen.png" config/icon="res://icon.png"