updated to godot 4 beta 7

This commit is contained in:
2022-12-07 22:58:54 +01:00
parent 29d3a7d130
commit 0b4abc2365
2 changed files with 14 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.6">
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.7">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>RPGTestgd4</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Content Include="villager_normal.json" />
</ItemGroup>
</Project>