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

Add named colors to GDScript/core.

Names and values taken from https://en.wikipedia.org/wiki/X11_color_names

(cherry picked from commit 23381a530b)
This commit is contained in:
Bojidar Marinov
2016-11-10 23:06:00 +02:00
committed by Rémi Verschelde
parent c5bff5073e
commit 85585c7fc5
5 changed files with 210 additions and 1 deletions

View File

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