mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-03-22 19:17:33 +01:00
Force to run CI to check if exported build is fixed
This commit is contained in:
parent
c390e349fe
commit
da7739a932
@ -19,7 +19,7 @@ func _ready():
|
|||||||
print("GDSCRIPT CODE: str(" + name_of_class + ")")
|
print("GDSCRIPT CODE: str(" + name_of_class + ")")
|
||||||
|
|
||||||
var thing = ClassDB.instantiate(name_of_class)
|
var thing = ClassDB.instantiate(name_of_class)
|
||||||
str(thing)
|
str(thing)#
|
||||||
|
|
||||||
if thing is Node:
|
if thing is Node:
|
||||||
print("GDSCRIPT CODE: thing.queue_free()")
|
print("GDSCRIPT CODE: thing.queue_free()")
|
||||||
|
Loading…
Reference in New Issue
Block a user