Переходы между днями.
This commit is contained in:
parent
7663a741e4
commit
71502b0653
7 changed files with 128 additions and 6 deletions
|
@ -22,7 +22,7 @@ public partial class Player : CharacterBody2D
|
|||
public State CurrentState
|
||||
{
|
||||
get => _state;
|
||||
private set
|
||||
set
|
||||
{
|
||||
_sprite.Play("default");
|
||||
switch (value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue