mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 14:55:54 +00:00
Dialogue sound effects
This commit is contained in:
parent
39ff2e8a99
commit
57b393fdcf
19 changed files with 170 additions and 10 deletions
|
|
@ -142,11 +142,13 @@ public partial class Hud : CanvasLayer
|
|||
public void ShowHud()
|
||||
{
|
||||
_hudInfoPanel.Show();
|
||||
WeaponContainer.Show();
|
||||
}
|
||||
|
||||
public void HideHud()
|
||||
{
|
||||
_hudInfoPanel.Hide();
|
||||
WeaponContainer.Hide();
|
||||
}
|
||||
|
||||
public void UpdateHealth(float newHealth, float maxHealth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue