03-02-2023, 07:05 AM
Nice work. One thing that I advise, though, is that instead of this line:
could put this at the top:
Some of us are on "tiny" laptops with only 768 pixel rows, and 8x8 characters become unreadable.
However I noticed a function GetColorXY(). Does this program do any text highlighting?
Code: (Select All)
Screen _NewImage(1280, 1024, 32): _ScreenMove 0, 0
could put this at the top:
Code: (Select All)
$CONSOLE:ONLY
Some of us are on "tiny" laptops with only 768 pixel rows, and 8x8 characters become unreadable.
However I noticed a function GetColorXY(). Does this program do any text highlighting?