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
After 2e32bac, the stringEpisode overlap episodeScreens box, which results in following image when playing on native resolution:
Preferably the distance between left side of drawRect to screen border should be the same as episodeScreens right side distance to screen border (that is 8px) on X axis. To accomodate I've made small patch for lowend ARM platform, which has 320x wide screen:
After 2e32bac, the
stringEpisode
overlapepisodeScreens
box, which results in following image when playing on native resolution:Preferably the distance between left side of
drawRect
to screen border should be the same asepisodeScreens
right side distance to screen border (that is 8px) on X axis. To accomodate I've made small patch for lowend ARM platform, which has 320x wide screen:The effect is as expected, however I don't understand the code and how it alligns text in use with different/bigger resolutions on other platforms:
The text was updated successfully, but these errors were encountered: