Upgraded to 4.4 RC1

This commit is contained in:
Maddo 2025-02-27 09:07:24 +01:00
commit 34ed3bbc9a
4 changed files with 27 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.4.0-rc.1"> <Project Sdk="Godot.NET.Sdk/4.4.0-rc.2">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading> <EnableDynamicLoading>true</EnableDynamicLoading>
@ -10,6 +10,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="Export.ps1" /> <Content Include="Export.ps1" />
<Content Include="omnisharp.json" />
<Content Include="Publish.ps1" /> <Content Include="Publish.ps1" />
<Content Include="Scripts\Resources\Events\tsconfig.json" /> <Content Include="Scripts\Resources\Events\tsconfig.json" />
</ItemGroup> </ItemGroup>

16
Cirno.csproj.old.5 Normal file
View file

@ -0,0 +1,16 @@
<Project Sdk="Godot.NET.Sdk/4.4.0-rc.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<PropertyGroup Condition="$(GIT_ASSEMBLY_SEM_VER) != ''">
<Version>$(GIT_ASSEMBLY_SEM_VER)</Version>
<AssemblyVersion>$(GIT_ASSEMBLY_SEM_VER)</AssemblyVersion>
<FileVersion>$(GIT_ASSEMBLY_SEM_FILE_VER)</FileVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="Export.ps1" />
<Content Include="Publish.ps1" />
<Content Include="Scripts\Resources\Events\tsconfig.json" />
</ItemGroup>
</Project>

View file

@ -474,7 +474,7 @@ SpawnMarkers = Dictionary[int, NodePath]({
255: NodePath("Factory Tilemaps/Debug Room/DebugRoomStartPosition") 255: NodePath("Factory Tilemaps/Debug Room/DebugRoomStartPosition")
}) })
WeaponTemplate = ExtResource("3_2wlhc") WeaponTemplate = ExtResource("3_2wlhc")
StartingEquipment = [ExtResource("4_swym2"), ExtResource("5_nqier")] StartingEquipment = Array[ExtResource("6_8tdlb")]([ExtResource("4_swym2"), ExtResource("5_nqier")])
MapStartData = SubResource("Resource_6sau4") MapStartData = SubResource("Resource_6sau4")
metadata/_edit_lock_ = true metadata/_edit_lock_ = true

8
omnisharp.json Normal file
View file

@ -0,0 +1,8 @@
{
"FormattingOptions": {
"UseTabs": false,
"TabSize": 4,
"IndentationSize": 4,
"EnableEditorConfigSupport": true
}
}