mirror of
https://github.com/godotengine/godot-tests.git
synced 2025-12-31 13:48:10 +03:00
6 lines
106 B
GDScript
6 lines
106 B
GDScript
extends SceneTree
|
|
|
|
func _init() -> void:
|
|
print("Test project: The script was run successfully.")
|
|
quit()
|