updated godot to 4.0.2

This commit is contained in:
2023-04-16 13:52:21 +02:00
parent 6e3cebb653
commit 35d61c4169
3 changed files with 12 additions and 3 deletions

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

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