cursor442 / AATracker

Game tracker for Axis and Allies Global 1940
GNU General Public License v3.0
0 stars 0 forks source link

Make my own button and tab objects #96

Closed cursor442 closed 1 year ago

cursor442 commented 1 year ago

I've gotten to the point where I'm fully fed up with the default buttons and tabs having all sorts of issues. The time has come to make them my own objects. I can even try to copy the exact graphics from the existing ones.

cursor442 commented 1 year ago

Replaced phase buttons with the new button class. Seems to be working out ok so far.

cursor442 commented 1 year ago

Replaced purchase section buttons. Added more functionality for drawing.

cursor442 commented 1 year ago

Put together source material for tab classes.

cursor442 commented 1 year ago

Basic tab functionality is implemented. Need to add different configurations next.

cursor442 commented 1 year ago

Added right orientation to tab class. Replaced main tabs and purchase section tabs with new system.

cursor442 commented 1 year ago

Added left orientation to tab class. Replaced UK Economy tabs with new system.

cursor442 commented 1 year ago

Replaced log screen button and tab bar with new system.

cursor442 commented 1 year ago

Still need to implement the bottom orientation tabs but given that I don't know where I would want to use them yet, I'm ok with not doing it yet. The vast majority is done. All buttons and tabs are converted. Will open a new issue for the graph screen dropdown and checkboxes but I don't need to deal with those now.