mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-17 04:25:58 +00:00
GDScript: Fix calling builtin static functions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
func test():
|
||||
print(Color.html_is_valid("00ffff"))
|
||||
print("OK")
|
||||
@@ -0,0 +1,3 @@
|
||||
GDTEST_OK
|
||||
True
|
||||
OK
|
||||
Reference in New Issue
Block a user