Stop a tall picture from laying out more sidebar rows than a strip holds
FixedPlanned for 0.1.0
Each sidebar strip now carries 60 cameo slots rather than 20, and the number of rows a strip lays out is held to that figure. How many rows fit follows from the height of the picture the game renders, and nothing kept that count within the slots a strip has, so a rendering resolution tall enough for more than 20 rows in a strip laid rows out past the end of the array holding them and wrote over whatever followed.
The sidebar backdrop is built from the same count. A picture tall enough for more than 60 rows therefore ends its sidebar art below the sixtieth row rather than at the foot of the screen.
Affected entities
- Changed
sidebar
Credit: ZivDero