You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
GDScript: Fix some bugs with static variables and functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user