From 9dc3e84d118ed877073bcc37aa78b308fe84815a Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 1 Jan 2024 19:26:43 +0100 Subject: [PATCH] commenting what will be needed to do in a next PR... or should i change _math here let's a maintainer decide... --- code/__DEFINES/colours.dm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/__DEFINES/colours.dm b/code/__DEFINES/colours.dm index baffeb6d6257..008646ee4ade 100644 --- a/code/__DEFINES/colours.dm +++ b/code/__DEFINES/colours.dm @@ -212,3 +212,17 @@ #define AMBIENT_OCCLUSION filter(type="drop_shadow", x=0, y=-2, size=4, border=4, color="#04080FAA") /// Icon filter that creates gaussian blur #define GAUSSIAN_BLUR(filter_size) filter(type="blur", size=filter_size) + +/* TEMPORARY COMMENT UNTIL WE CAN SAFELY REMOVE THE CL_ MARK WITHOUT CAUSING ANY ISSUES. + +For part one i don't want to touch files not currently link to colours.dm seem safer and easier + +starting to list all the files and their defines that may cause conflicts bellow + +File that are already defining COLORS that are in colours.dm and will enter into conflict..? + _math.dm (COLOR_RED,COLOR_RED,COLOR_RED,COLOR_CYAN,COLOR_PINK,COLOR_YELLOW,COLOR_ORANGE,COLOR_WHITE,COLOR_BLACK,) + +their is also a bunch of scater place where colours are define shouldn't we have every color being define here +maybe seperated into section if needed? + +*/