mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
6 lines
60 B
GDScript
6 lines
60 B
GDScript
tool
|
|
extends Control
|
|
|
|
func _ready():
|
|
set_as_toplevel(true)
|