Переходы между днями.

This commit is contained in:
Евгений Титаренко 2024-08-25 12:59:17 +03:00
parent 7663a741e4
commit 71502b0653
7 changed files with 128 additions and 6 deletions

View file

@ -22,7 +22,7 @@ public partial class Player : CharacterBody2D
public State CurrentState
{
get => _state;
private set
set
{
_sprite.Play("default");
switch (value)