1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +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

@@ -99,6 +99,7 @@ public:
DICT2INST,
HASH,
COLOR8,
COLORN,
PRINT_STACK,
INSTANCE_FROM_ID,
FUNC_MAX