diff options
| author | Bojidar Marinov | 2016-11-10 23:06:00 +0200 |
|---|---|---|
| committer | Bojidar Marinov | 2016-12-17 11:14:53 +0200 |
| commit | 23381a530bb4a9c8e8c3e883a7d588bf832cd277 (patch) | |
| tree | d05a019bc06ad68c00f4d30cd1c18642b0e74782 /modules/gdscript/gd_functions.h | |
| parent | 7d1230a266f4eab3262ebfcbf4a89148dfcb3c48 (diff) | |
| download | godot-23381a530bb4a9c8e8c3e883a7d588bf832cd277.tar.gz godot-23381a530bb4a9c8e8c3e883a7d588bf832cd277.tar.zst godot-23381a530bb4a9c8e8c3e883a7d588bf832cd277.zip | |
Add named colors to GDScript/Visual Script/core.
Names and values taken from https://en.wikipedia.org/wiki/X11_color_names
Diffstat (limited to 'modules/gdscript/gd_functions.h')
| -rw-r--r-- | modules/gdscript/gd_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h index f444bb3b5..5c8b61db3 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -99,6 +99,7 @@ public: DICT2INST, HASH, COLOR8, + COLORN, PRINT_STACK, INSTANCE_FROM_ID, FUNC_MAX |
