9 lines
435 B
GDScript
9 lines
435 B
GDScript
extends Node
|
|
# ##############################################################################
|
|
# This script is used by test_command_line_auto_load.gd to show how autoload
|
|
# can be handled via the command line interface for gut. This is not autoloaded
|
|
# or used by this project in any other way.
|
|
# ##############################################################################
|
|
func print_loaded():
|
|
print("global scope script loaded")
|