From d14bc6359ece8e6ec82d36de673d3fae7750b91e Mon Sep 17 00:00:00 2001 From: Evgenij Titarenko Date: Mon, 29 Jan 2024 18:46:58 +0300 Subject: [PATCH] Godot 4.2 --- .gitignore | 1 + 1bit-game-jam.csproj | 2 +- project.godot | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c672ad3..103581b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Godot 4+ specific ignores .godot/ +*.csproj.old # Binaries bin/ \ No newline at end of file diff --git a/1bit-game-jam.csproj b/1bit-game-jam.csproj index b63e5d0..d31daf9 100644 --- a/1bit-game-jam.csproj +++ b/1bit-game-jam.csproj @@ -1,4 +1,4 @@ - + net6.0 true diff --git a/project.godot b/project.godot index 8dd5ea9..55f86cd 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="1bit-game-jam" run/main_scene="res://scenes/menu.tscn" -config/features=PackedStringArray("4.1", "C#", "Mobile") +config/features=PackedStringArray("4.2", "C#", "Mobile") boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1) config/icon="res://icon.svg"