ChrisNZL / Tallowmere2

Changelog, issue tracker, and development knowledge for Tallowmere 2.
https://tallowmere2.com
13 stars 0 forks source link

Mobile: Screen resolution dimensions can be set too small #1089

Closed ChrisNZL closed 1 year ago

ChrisNZL commented 1 year ago

One bug report from 0.3.6b (feedback ID: 20221003-2ZRGJ), iPad model iPad13,4, is using a screen resolution of 802 × 560, resulting in the UI being too large.

Also have had other comments wishing the UI was smaller – the resolution setting is likely the culprit.

Tasks:

ChrisNZL commented 1 year ago

LoadingScene was reducing the screen resolution as intended (just to ensure the kittens and dots are not tiny), but then the MainScene was using the LoadingScene's resolution as the "highest possible resolution" when populating the list of possible screen resolutions.

Fixed now in 0.3.6c – MainScene populates resolutions based upon the startup resolution.