mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 05:35:54 +00:00
Elevator top body
This commit is contained in:
parent
2ec5671bc2
commit
c8cd4ffb1d
10 changed files with 84 additions and 33 deletions
|
|
@ -15,4 +15,5 @@ public partial class Descending : ElevatorMovementState
|
|||
protected override Vector2 StartingPosition => MainObject.Top;
|
||||
protected override Vector2 EndingPosition => MainObject.Bottom;
|
||||
protected override ElevatorState EndState => ElevatorState.Bottom;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue