GDScript: Fix some bugs with static variables and functions
This commit is contained in:
parent
598378513b
commit
aebbbda080
21 changed files with 624 additions and 194 deletions
|
|
@ -3,14 +3,14 @@ Inner._static_init inner
|
|||
InnerInner._static_init inner inner
|
||||
data: data
|
||||
perm: 0
|
||||
prop: prefix Hello! suffix
|
||||
prop: Hello! suffix
|
||||
perm: 1
|
||||
prop: prefix World! suffix
|
||||
other.perm:0
|
||||
other.prop:prefix Hello! suffix
|
||||
other.perm:2
|
||||
other.prop:prefix foo suffix
|
||||
load.perm:0
|
||||
load.prop:prefix Hello! suffix
|
||||
load.perm:3
|
||||
load.prop:prefix bar suffix
|
||||
other.perm: 0
|
||||
other.prop: Hello! suffix
|
||||
other.perm: 2
|
||||
other.prop: prefix foo suffix
|
||||
load.perm: 0
|
||||
load.prop: Hello! suffix
|
||||
load.perm: 3
|
||||
load.prop: prefix bar suffix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue