Figured out the math for EXP per level

This commit is contained in:
2025-10-01 01:46:27 -07:00
parent 6ee1788337
commit 3bcb747473
2 changed files with 343 additions and 357 deletions

View File

@@ -8,8 +8,11 @@
<ItemGroup>
<Compile Remove="Game\state\states\**" />
<Compile Remove="Map\**" />
<EmbeddedResource Remove="Game\state\states\**" />
<EmbeddedResource Remove="Map\**" />
<None Remove="Game\state\states\**" />
<None Remove="Map\**" />
</ItemGroup>
<ItemGroup>
@@ -28,8 +31,4 @@
<ProjectReference Include="..\Zennysoft.Game.Godot.Implementation\Zennysoft.Game.Implementation.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Map\" />
</ItemGroup>
</Project>