mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 11:05:54 +00:00
Player movement and camera
This commit is contained in:
parent
ed656f00bb
commit
a324f2e347
43 changed files with 1777 additions and 316 deletions
|
|
@ -32,6 +32,6 @@ public partial class Init : BaseState<PlayerState, CharacterBody3D>
|
|||
private async Task AutoSwitchToStart()
|
||||
{
|
||||
await Task.Delay(500);
|
||||
//StateMachine.SetState(PlayerState.Active);
|
||||
StateMachine.SetState(PlayerState.Active);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue