Make the NavigationAgent3D icon more readable #80661
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It looked unreadable because of the 3D-ness. The 3D-ness was actually added because the icons used to have no other discerning quality, but now there's the color too.
Red-blue colorblindness is extremely rare, while small screens are common
Red and blue are opposite on the visible color spectrum. Even if both chromosomes fail to code for blue sensors, the resulting tritanopia can still discern red from blue.The other option for red-blue colorblindness is if both the red and the green sensors are absent, which is extremely rare. This would mean total color blindness, not just red-blue color blindness. This type of colorblindness would struggle to discern our 2D's red and 3D's blue.
To be honest, I don't think confusability of 2D and 3D nodes matters that much. As a casual Godot user, you can hide 2D nodes if you're making a 3D game, but you can't fix an icon that's hard to read because of its 3D-ness.
The author of the icons suggested I change NavigationObstacle3D too for consistency, so I did.