upgrade gut

This commit is contained in:
anyreso 2026-02-19 03:14:22 -05:00
parent 6e724f67fe
commit 82aeebfd35
201 changed files with 8547 additions and 3871 deletions

View file

@ -42,7 +42,9 @@ func _init(logger=null):
func get_new():
return load_script().new()
var inst = load_script().new()
inst.collected_script = self
return inst
func load_script():