extends Window
class_name MicrogameWindow


signal win(this: MicrogameWindow)


func _on_close_requested() -> void:
	queue_free()