diff --git a/Cirno.csproj b/Cirno.csproj index 07241326..70e4b94f 100644 --- a/Cirno.csproj +++ b/Cirno.csproj @@ -1,4 +1,4 @@ - + net8.0 true @@ -10,6 +10,7 @@ + diff --git a/Cirno.csproj.old.5 b/Cirno.csproj.old.5 new file mode 100644 index 00000000..07241326 --- /dev/null +++ b/Cirno.csproj.old.5 @@ -0,0 +1,16 @@ + + + net8.0 + true + + + $(GIT_ASSEMBLY_SEM_VER) + $(GIT_ASSEMBLY_SEM_VER) + $(GIT_ASSEMBLY_SEM_FILE_VER) + + + + + + + \ No newline at end of file diff --git a/Scenes/test.tscn b/Scenes/test.tscn index f05f9026..13306aa0 100644 --- a/Scenes/test.tscn +++ b/Scenes/test.tscn @@ -474,7 +474,7 @@ SpawnMarkers = Dictionary[int, NodePath]({ 255: NodePath("Factory Tilemaps/Debug Room/DebugRoomStartPosition") }) 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") metadata/_edit_lock_ = true diff --git a/omnisharp.json b/omnisharp.json new file mode 100644 index 00000000..ed037141 --- /dev/null +++ b/omnisharp.json @@ -0,0 +1,8 @@ +{ + "FormattingOptions": { + "UseTabs": false, + "TabSize": 4, + "IndentationSize": 4, + "EnableEditorConfigSupport": true + } + } \ No newline at end of file