GDScript: Allow access to outer constant and enum values
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
GDTEST_OK
|
||||
a 0 True
|
||||
b 1 True
|
||||
c 42 True
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
GDTEST_OK
|
||||
a 0 True
|
||||
b 1 True
|
||||
c 42 True
|
||||