Files
kicking-high/proto2/tests/quit.gd

6 lines
53 B
GDScript

tool
extends Node
func _ready():
get_tree().quit()