You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add line break support to Graphics.drawString()
Wizardry Chapter 1 uses line breaks in `game.en.0` but standard MIDP
ignores them, causing text overflow.
Modified drawString() to handle line breaks.
Note: May affect other games using line breaks differently.
0 commit comments