extends Node2D # Called when the node enters the scene tree for the first time. func _ready(): pass # Replace with function body. # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta): pass func _on_back_pressed(): $"..".back() func _on_b_gangway_pressed(): pass # Replace with function body. func _on_b_lower_step_pressed(): pass # Replace with function body. func _on_b_upper_step_pressed(): pass # Replace with function body. func _on_b_exit_gate_pressed(): pass # Replace with function body. func _on_b_inbound_gate_pressed(): pass # Replace with function body. func _on_btvm_pressed(): pass # Replace with function body. func _on_b_lower_step_switch_pressed(): pass # Replace with function body.