Enigma-Game / Enigma

Enigma is a puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga. The object of the game is to find uncover pairs of identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, and, most of all, countless hairy puzzles usually block your direct way to the Oxyd stones …
GNU General Public License v2.0
134 stars 38 forks source link

Fix inventory rotation via mousewheel #71

Closed Taemporus closed 2 years ago

Taemporus commented 2 years ago

Scrolling the mousewheel in either direction erroneously rotated the inventory in the same way (this behavior was also contradicted by comments in the code).

raoulb commented 2 years ago

Good catch, thanks.