summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-26 13:36:44 +0100
committerGitHub <noreply@github.com>2020-01-26 13:36:44 +0100
commitfe26e53065827f83bb5f720d1b20e83850624d8c (patch)
tree3e59785968a45c7e825b620de91fcc2321df9e96 /core
parentbaf5eaadb0bc7385b80181d9018b33be700c9c30 (diff)
parentcbdbfb00ca68c1a98011fc3dd272fbc97fff6f89 (diff)
Merge pull request #35581 from akien-mga/doc-color-constants
doc: Document named color constants
Diffstat (limited to 'core')
-rw-r--r--core/color_names.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/color_names.inc b/core/color_names.inc
index b0ef507d92..428a8473fe 100644
--- a/core/color_names.inc
+++ b/core/color_names.inc
@@ -1,4 +1,4 @@
-// Names from https://en.wikipedia.org/wiki/List_of_colors (through https://raw.githubusercontent.com/SuperUserNameMan/color_to_name/616a7cddafefda91478b7bc26167de97fb5badb1/godot_version.gd), slightly edited and normalized
+// Names from https://en.wikipedia.org/wiki/X11_color_names
#include "core/map.h"
static Map<String, Color> _named_colors;