jjant / runty8

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

Add large hand cursor sprite #58

Closed lesleyrs closed 1 year ago

lesleyrs commented 1 year ago

Description

Closes/Fixes #.

Missed both of the hand cursor sprites, they're just a few pixels bigger than 8x8 but I just put them in the top left corner of the 16x16 sprite area. Make sure to leave space for them if you move them around. image

Is the base directory assets folder still needed? If it is, I can't find where it's being used, also it still has the old .ppm file that were removed.

I also found a logical reason for making the default sprite palette to be the selected one, as the square and circle have no filled unselected variant. So you don't have to handle that situation, but ofc more sprites will have to swap palette as most things are unselected. What do you think?

Btw https://github.com/jjant/runty8/pull/52 is ready, the 8 remaining checks are old.


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