Godot 4.2

This commit is contained in:
Евгений Титаренко 2024-01-29 18:46:58 +03:00
parent 26cc09241f
commit d14bc6359e
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
*.csproj.old
# Binaries # Binaries
bin/ bin/

View file

@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.1.1"> <Project Sdk="Godot.NET.Sdk/4.2.1">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading> <EnableDynamicLoading>true</EnableDynamicLoading>

View file

@ -12,7 +12,7 @@ config_version=5
config/name="1bit-game-jam" config/name="1bit-game-jam"
run/main_scene="res://scenes/menu.tscn" 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) boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
config/icon="res://icon.svg" config/icon="res://icon.svg"