jjant / runty8

A Pico8 clone in Rust.
MIT License
222 stars 17 forks source link

Use arrow keys for sprite shifting (instead of WASD) #55

Closed jjant closed 1 year ago

jjant commented 1 year ago

Description

Use arrow keys for shifting sprites around in the sprite editor. This is how Pico8 works, and also prevents save (Ctrl-s) from moving sprites after saving, which is pretty jarring.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.