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

Add named colors to GDScript/Visual Script/core.

Names and values taken from https://en.wikipedia.org/wiki/X11_color_names
This commit is contained in:
Bojidar Marinov
2016-11-10 23:06:00 +02:00
parent 7d1230a266
commit 23381a530b
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
};