From 85585c7fc5ef314d42fcc7b28583b22aaff424be Mon Sep 17 00:00:00 2001 From: Bojidar Marinov Date: Thu, 10 Nov 2016 23:06:00 +0200 Subject: Add named colors to GDScript/core. Names and values taken from https://en.wikipedia.org/wiki/X11_color_names (cherry picked from commit 23381a530bb4a9c8e8c3e883a7d588bf832cd277) --- modules/gdscript/gd_functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gd_functions.h') diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h index c78956fe2..3fbd081c4 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -98,6 +98,7 @@ public: DICT2INST, HASH, COLOR8, + COLORN, PRINT_STACK, INSTANCE_FROM_ID, FUNC_MAX -- cgit v1.2.3-70-g09d2