From 291022316a4a3c742be92abd0d2b94256df60143 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sun, 3 Dec 2023 12:33:37 -0500 Subject: Update to Godot 4.2 Stable Release Fix compiledb Fix memory leak caused by LoadLocalisation::add_message's translations static variable --- game/project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/project.godot') diff --git a/game/project.godot b/game/project.godot index ead3c6b..940c340 100644 --- a/game/project.godot +++ b/game/project.godot @@ -14,7 +14,7 @@ config/name="OpenVic" config/description="A faithful recreation of Victoria 2: Heart of Darkness with a focus on enhancing performance, multiplayer stability, and modability for modern machines." run/main_scene="res://src/Game/GameStart.tscn" config/use_custom_user_dir=true -config/features=PackedStringArray("4.1", "Forward Plus") +config/features=PackedStringArray("4.2", "Forward Plus") boot_splash/bg_color=Color(0, 0, 0, 0) boot_splash/show_image=false boot_splash/image="res://splash_assets/splash_image.png" -- cgit v1.2.3-56-ga3b1