ChrisNZL / Tallowmere2

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

Weapon Selector: Ensure all weapons are visible on screen #1092

Closed ChrisNZL closed 10 months ago

ChrisNZL commented 1 year ago

Report from 0.3.6, iOS.

Weapon Selector's UI can overlap the screen edges.

This was partly a bug with 0.3.6 on mobile using a too-small screen resolution; resolved in 0.3.6c.

However, still worth ensuring Weapon Selector UI gets resized if needed to make it fit on the screen.


Feedback ID from Google Play: 0.3.6C_20221008-VL7TD using Grid layout.

Please center the grid layout of weapon switching, it will be blocked by the HP bar in the upper left corner.

Options file:

[ WEAPON SELECTOR ]
WeaponSelector_Layout = Grid
WeaponSelector_Dynamic_SortBy = AttackPower
WeaponSelector_Grid_Rows = 3
WeaponSelector_Grid_Columns = 8
ChrisNZL commented 10 months ago

0.4.0b: