gammata / TA-Unofficial-Patch-Install

the TA Unofficial patch that incorporates FunkyFr3sh's cncddraw implementation to make TA run smoothly on modern systems (Windows 10 and later)
32 stars 3 forks source link

Enhancement: Allow 3+ column build menus #16

Open KevinHake opened 1 year ago

KevinHake commented 1 year ago

The drawing of the game scene appears to be hard coded to a pixel position rather than dynamically starting at the edge of the menus, so setting buttons to a region outside the hard-coded gui region doesn't work.

Ideally the scene position would be determined by the edge of the ui buttons, but it would be nice if at least the hard-coded edge were moved to make space for another column or two.

KevinHake commented 1 year ago

The changes required for this are actually closely related to what's required for #15