4 lines
54 B
GDScript
4 lines
54 B
GDScript
extends ColorRect
|
|
|
|
func _ready():
|
|
get_tree().quit(0)
|