GDScript: Fix calling builtin static functions

This commit is contained in:
George Marques 2021-06-03 09:51:51 -03:00
parent 47545aeb1a
commit 1c8b076502
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,3 @@
func test():
print(Color.html_is_valid("00ffff"))
print("OK")

View file

@ -0,0 +1,3 @@
GDTEST_OK
True
OK