From 9734d53d6245144101d996122fc4ddc5970265b1 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Wed, 1 Mar 2023 18:57:29 +0100 Subject: [PATCH] updated to godot 4.0 stable --- RPG Test gd4.csproj | 2 +- RPG Test gd4.csproj.old | 10 ---------- project.godot | 4 ++-- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 RPG Test gd4.csproj.old diff --git a/RPG Test gd4.csproj b/RPG Test gd4.csproj index a1716e9..3d7f7b7 100644 --- a/RPG Test gd4.csproj +++ b/RPG Test gd4.csproj @@ -1,4 +1,4 @@ - + net6.0 true diff --git a/RPG Test gd4.csproj.old b/RPG Test gd4.csproj.old deleted file mode 100644 index f030cdd..0000000 --- a/RPG Test gd4.csproj.old +++ /dev/null @@ -1,10 +0,0 @@ - - - net6.0 - true - RPGTestgd4 - - - - - \ No newline at end of file diff --git a/project.godot b/project.godot index 8dfbb0b..06fff9f 100644 --- a/project.godot +++ b/project.godot @@ -10,9 +10,9 @@ config_version=5 [application] -config/name="RPG Test gd4" +config/name="RPG Test" run/main_scene="res://scenes/overworld.tscn" -config/features=PackedStringArray("4.0", "C#", "Forward Plus") +config/features=PackedStringArray("4.0", "Forward Plus") boot_splash/show_image=false config/icon="res://assets/textures/debug/dummy-player-normal.png"