update for godot 4 beta 16

This commit is contained in:
2023-01-28 20:18:06 +01:00
parent a88a8cdac7
commit 28d31c8e90
5 changed files with 30 additions and 21 deletions

10
RPG Test gd4.csproj.old Normal file
View File

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