upgrade to godot 4.3
parent
d5837f82b4
commit
097f49487a
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Godot.NET.Sdk/4.2.1">
|
||||
<Project Sdk="Godot.NET.Sdk/4.3.0-dev">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
|
@ -9,4 +9,4 @@
|
|||
<None Remove="UnitTests/**/*" />
|
||||
<PackageReference Include="Firebelley.GodotUtilities" Version="4.0.4" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
|
@ -12,7 +12,7 @@ config_version=5
|
|||
|
||||
config/name="SupaLidlGame"
|
||||
run/main_scene="res://Scenes/Maps/ArenaExterior.tscn"
|
||||
config/features=PackedStringArray("4.2", "C#", "Forward Plus")
|
||||
config/features=PackedStringArray("4.3", "C#", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[autoload]
|
||||
|
|
Loading…
Reference in New Issue