Added last farming timelines and fixed some minor issues
This commit is contained in:
@@ -68,4 +68,20 @@ public partial class VesnaBehaviour2D : Node
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// Enables the character movement in the Player2D script.
|
||||
/// </summary>
|
||||
public void EnableMovement()
|
||||
{
|
||||
_player2d.InputEnabled = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Disables the character movement in the Player2D script.
|
||||
/// </summary>
|
||||
public void DisableMovement()
|
||||
{
|
||||
_player2d.InputEnabled = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user