mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 08:45:54 +00:00
Elevator top body
This commit is contained in:
parent
2ec5671bc2
commit
c8cd4ffb1d
10 changed files with 84 additions and 33 deletions
|
|
@ -12,6 +12,10 @@ public partial class Bottom : BaseState<ElevatorState, ElevatorProxy>
|
|||
MainObject.SetPosition(MainObject.Bottom);
|
||||
|
||||
MainObject.Activated += ElevatorActivated;
|
||||
|
||||
// Enable top body
|
||||
MainObject.TopBody.Disabled = false;
|
||||
|
||||
}
|
||||
|
||||
private void ElevatorActivated(ActivationType type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue