stoplime / inkTD

Unity based tower defense game for the CGDD4003 KSU class
2 stars 1 forks source link

Upgrade Menu goes behind toolstrip when resolution changes. #25

Open tadams0 opened 6 years ago

tadams0 commented 6 years ago

The top of the upgrade menu goes behind the toolstrip when the resolution is changed during gameplay. It appears to be clamping itself to the very top of the screen instead of applying and offset. This results in the title of the upgrade menu disappearing behind the toolbar/toolstrip. This could possibly be solved by adding a script to the menu which applies an offset to its rect transform. The offset would be applied on the y axis and would be the size of the toolbar's height.