04-12-2024, 04:29 AM
One thing I noticed which folks might find quite useful, that you might want to add: _PixelSize. This seems like an excellent place to include it in the tutorial, and it's quite useful in many instances, just so an user can figure out what screen they're working on.
PixelSize = 0 <-- Text Screen
PixelSize = 1 <-- 8-bit Screen
PixelSize = 4 <-- 32-bit color Screen
^Those can come in very, very handy -- especially if ever writting _MEM routines which you want to use across various screen modes.
PixelSize = 0 <-- Text Screen
PixelSize = 1 <-- 8-bit Screen
PixelSize = 4 <-- 32-bit color Screen
^Those can come in very, very handy -- especially if ever writting _MEM routines which you want to use across various screen modes.