extends Node2D
var s := 1
func _unhandled_input(event: InputEvent) -> void:
if event.is_action("ui_down"):
Engine.time_scale = .1