extends Control

func _input(event):
	if event.is_action_pressed("rekku_hide"):
		self.visible = !self.visible
		
	if Input.is_action_pressed("back_button"):
		$".".visible=false