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

, and . to cycle between variants of a tile doesn't work with letter tile #21

Closed ncrecc closed 3 years ago

ncrecc commented 3 years ago

If the precedent were that ,. is only for when the variants of a tile are rotations, that would be inconsistent with the logic counter tile (whose number is selected with ,. and has no manual selection menu like letter tiles and tracks)

eevee commented 3 years ago

yeah okay i'll buy it

eevee commented 3 years ago

ASCII and arrows are in separate cycles since I don't think there's a sensible place to chain them together

also I do want the counter tile to have a selection menu, just haven't gotten to it yet :)