Last stretch

This commit is contained in:
Иван Кузьменко 2023-08-19 15:23:08 +03:00
parent 466a154972
commit 68271c94ed
13 changed files with 338 additions and 99 deletions

View file

@ -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}");