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
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