Fix cyclic references in GDScript 2.0
This commit is contained in:
parent
e8f9cd8ac5
commit
5704055d30
20 changed files with 626 additions and 113 deletions
|
|
@ -0,0 +1,4 @@
|
|||
const A = preload("preload_cyclic_reference_a.notest.gd")
|
||||
|
||||
func test():
|
||||
A.test_cyclic_reference()
|
||||
Loading…
Add table
Add a link
Reference in a new issue