Restore health fountain

This commit is contained in:
2026-01-12 20:26:05 -08:00
parent f13afc9fdc
commit 7e8826f143
5 changed files with 264 additions and 213 deletions

View File

@@ -46,6 +46,8 @@ public interface IPlayer : IKillable, ICharacterBody3D
public void PlayTestAnimation();
public void SetHealthTimerStatus(bool isActive);
public event Action PlayerDied;
public delegate InventoryItem RerollItem(InventoryItem item);

View File

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