[REPO REFACTOR]: changed to a better git repository structure with branches

This commit is contained in:
2025-11-01 05:41:19 +01:00
parent 40f7b2e4ef
commit a35fbc3f7f
36 changed files with 1548 additions and 0 deletions

7
Punk n Spray.csproj Normal file
View File

@@ -0,0 +1,7 @@
<Project Sdk="Godot.NET.Sdk/4.4.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>PunknSpray</RootNamespace>
</PropertyGroup>
</Project>