Files
game-cards/addons/gut/scripts/global.gd
2026-05-29 09:16:10 +08:00

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")