-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor part1 change define in coulours.dm from COULOUR to COLOR #5361
Conversation
add CL_ in front of all the define in it for short to COLOUR so they don't mess thing up with conflicts
or should i change _math here let's a maintainer decide...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a majority of these defines aren't used anywhere so are safe to remove. A fair portion are also duplicate results of existing COLOR defines, so you can swap them out entirely.
so i can safely move every color define into colours.dm file? |
remove the CL_ stupid thing integretated _math.dm colors define deleted duplicates define... lIGHT COLOR WHITE WAS JUST WHITE... duplicate for no reason...
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine.
About the pull request
So the idea is to standartize and remove as much as possible the use of colour.
in this first PR i wanted to start with define using colour in them.
i also stole define in _math.dm because they add a bunch of define that would have been in conflict. and i didn't really understand why some color where define there...
can understand for blood and pipe but why math would need colors defines??
Explain why it's good for the game
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
refactor: for the file coulours.dm and other files change define in it from COULOUR to COLOR
/:cl: