mirror of
https://codeberg.org/sunder/sunder.git
synced 2026-07-15 14:04:35 +00:00
upgrade gut
This commit is contained in:
parent
6e724f67fe
commit
82aeebfd35
201 changed files with 8547 additions and 3871 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue