GDScript: Fix calling builtin static functions
This commit is contained in:
parent
47545aeb1a
commit
1c8b076502
3 changed files with 9 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
func test():
|
||||
print(Color.html_is_valid("00ffff"))
|
||||
print("OK")
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
GDTEST_OK
|
||||
True
|
||||
OK
|
||||
Loading…
Add table
Add a link
Reference in a new issue