mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 22:05:53 +00:00
Elevator top body
This commit is contained in:
parent
2ec5671bc2
commit
c8cd4ffb1d
10 changed files with 84 additions and 33 deletions
|
|
@ -9,6 +9,8 @@ public partial class Init : BaseState<ElevatorState, ElevatorProxy>
|
|||
public override void EnterState()
|
||||
{
|
||||
MainObject.StateMachine = StateMachine;
|
||||
|
||||
MainObject.TopBody.Position = MainObject.Top;
|
||||
|
||||
StateMachine.SetState(MainObject.StartingState);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue