vm70 / stratagem

A Nonlinear Match-3 Game for the PICO-8
https://www.lexaloffle.com/bbs/?pid=153516
GNU General Public License v3.0
1 stars 2 forks source link

Use offscreen printing to calculate text width #33

Closed vm70 closed 1 month ago

vm70 commented 1 month ago

The PICO-8 implementation of print returns the length of the string in pixels. Printing text offscreen is easier for centering text than manually calculating its length.