5 lines
74 B
GDScript
5 lines
74 B
GDScript
extends Node
|
|
|
|
func _init():
|
|
Interface.check_all_scripts("res://scripts")
|