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
commit 57166cd292
7 changed files with 235 additions and 3 deletions

View file

@ -66,6 +66,7 @@ public:
STR_TO_VAR,
VAR_TO_BYTES,
BYTES_TO_VAR,
COLORN,
FUNC_MAX
};