eevee / lexys-labyrinth

Chip's Challenge 2 emulator that runs in a browser
https://c.eev.ee/lexys-labyrinth/
Other
76 stars 13 forks source link

Switch walls and toggle walls lack identifying attributes aside from color #25

Closed ncrecc closed 3 years ago

ncrecc commented 3 years ago

This isn't super high-priority since they're distinguishable anyway in most forms of colorblindness, but in grayscale they look nearly identical. image Also, unlike CC2's default tileset, the color of powered wire is unrelated to the color of switch walls, which might be slightly confusing.

eevee commented 3 years ago

Yeah, I've been meaning to fix this. It's hard to do with the base CC2 tileset, since both kinds of wall use the same static overlay in wall mode, so I can't just draw a symbol on top to distinguish them. That leaves either changing the border animation, or doing something exceptionally clever so that the wall overlay makes a different pattern depending on which tile it's overlaid on.

eevee commented 3 years ago

fixed in 20e67b4 (the outline now goes through three colors for switch walls)