Ingo Hinterding
Ingo Hinterding
[broken-sort.mov.zip](https://github.com/nurpax/petmate/files/2754617/broken-sort.mov.zip) I currently have 40+ screens in my file. When I drag them around it becomes hard to impossible to sort them, see video attached.
It would be great if one could select more than just one thumb  E.g. in this scenario I could hold down shift and click...
This took me a while to realize and I was pretty confused. Look at this:  I thought, "hey, there's a thin black line on...
* draw something * duplicate the screen * hit undo Expected result: * last action gets undone (the duplicated screen) What happens: * the duplicated screen is "reset" to a...
* allow H and V mirroring for currently active character * allow 90 degrees rotation for currently selected char How do we deal with characters that do not have a...
This is basically the fill method that paint programs use. I've implemented this for Spritemate, too. Would be a fun tool for Petmate. This might get you started: ```` floodfill(pos)...
Support for those computers should be straight forward: - different color palette - different addresses in assembly export - slightly different BASIC exporter Good starting point could be to analyze...
A tool to replace any occurence of a character with a different one. Example: - in your PETSCII, you want to replace every character `-`with the character `_` - normally...
Create a solution for the game. Idea: * Use PETSCII to mimic each screen on a smaller scale (maybe extra charset for that?) ** Description what needs to be done...