ChrisNeedham24 / microcosm

A little 4X game written using Pyxel.
GNU General Public License v3.0
9 stars 8 forks source link

Add map panning #75

Closed ChrisNeedham24 closed 1 year ago

ChrisNeedham24 commented 1 year ago

When pressing an arrow key while holding down the CTRL key, move the map by five tiles in the specified direction instead of the standard one. Use the same clamping logic that exists for standard panning.

Credit: Andrew

Kurtsley commented 1 year ago

I'll give it a shot.

ChrisNeedham24 commented 1 year ago

Good luck, @Kurtsley !