updated to godot 4 beta 8

This commit is contained in:
2022-12-10 14:06:38 +01:00
parent f62e44a4f2
commit d0f355e3e9
2 changed files with 11 additions and 1 deletions

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

@@ -0,0 +1,10 @@
<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>