Last stretch
This commit is contained in:
parent
466a154972
commit
68271c94ed
13 changed files with 338 additions and 99 deletions
|
@ -55,6 +55,8 @@ public partial class GameManager : Node
|
|||
|
||||
public void OnPlayerDied() => _gameInfo.Attempts++;
|
||||
|
||||
public int GetAttempts() => _gameInfo.Attempts;
|
||||
|
||||
public void SetCurrentZone(PlayZone zone)
|
||||
{
|
||||
GD.Print($"New zone {zone}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue