Level.gd 120 B

123456
  1. extends Node2D
  2. func _input(event: InputEvent) -> void:
  3. if event.is_action_pressed("ui_cancel"):
  4. print("Get out !")