Hi,
Thanks a lot for this great resource!
I have a similar problem, but slightly more complex. My grid is very large in both dimensions, so it can be quite cumbersome to move out. For the sake of simplicity, let's assume it's a 64x64 sprite pixel editor. I am already using select to toggle the color.
I was wondering if it would be feasible to utilize the "back" key to navigate out of the whole grid in order to be able to quickly reach the palette. Basically, on "back", the whole grid would be selected, so moving to the palette would just be pressing back and then "right".
Ideally, when going back to the grid, the focus would jump to the previous position.
Does this sound like a reasonable approach? Any ideas / suggestions how to implement this?
Hi,
Thanks a lot for this great resource!
I have a similar problem, but slightly more complex. My grid is very large in both dimensions, so it can be quite cumbersome to move out. For the sake of simplicity, let's assume it's a 64x64 sprite pixel editor. I am already using select to toggle the color.
I was wondering if it would be feasible to utilize the "back" key to navigate out of the whole grid in order to be able to quickly reach the palette. Basically, on "back", the whole grid would be selected, so moving to the palette would just be pressing back and then "right".
Ideally, when going back to the grid, the focus would jump to the previous position.
Does this sound like a reasonable approach? Any ideas / suggestions how to implement this?