VirusGame
VirusGame copied to clipboard
Change particles to make them look more distinct for people with colorblindness
There is an issue about the food and waste particles being too similar to tell apart for people with colorblindness, so I made a small fix to help with that.
There are a lot of weird unnecessary whitespace changes in your PR.
There are a lot of weird unnecessary whitespace changes in your PR.
I don't get what you mean?
Click on "Files changed" or at the commit.
The commit says you changed the whole file, even though you only changed a few lines.
My guess is Windows did its newline shenanigans which changed all normal newlines to their weird newlines
My guess is Windows did its newline shenanigans which changed all normal newlines to their weird newlines
Well, I'm running Ubuntu so not sure if that's it
Maybe the other way around then, Ubuntu changing the weird Windows newlines to normal ones
You should try and fix the line endings to increase your chances of the PR being merged.
@BLiu1 how would I do that?
@drherobrine Make another commit in your repo where you undo the line endings.
Ok, turns out the \r\n got converted to \n somewhere along the way. Should be sorted out now,
Oops, clicked the wrong button