1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #7093 from bojidar-bg/named-colors

Add named colors to GDScript/Visual Script/core.
This commit is contained in:
Rémi Verschelde
2017-01-11 10:36:15 +01:00
committed by GitHub
7 changed files with 235 additions and 3 deletions

View File

@@ -102,6 +102,7 @@ public:
TO_JSON,
HASH,
COLOR8,
COLORN,
PRINT_STACK,
INSTANCE_FROM_ID,
FUNC_MAX