mrcrowley42 / godot-project

0 stars 0 forks source link

cosmetic buttons toggle #68

Closed Bryce-VE closed 2 weeks ago

Bryce-VE commented 1 month ago

The cosmetic buttons should be toggled on if that cosmetic is currently equipped. (and off if it is not)

This is to make a better distinction between cosmetics that are equipped and ones that aren't.

The buttons' theme (menu_btn_dark.tres) is already be configured.

mrcrowley42 commented 1 month ago

I've updated the logic for the buttons and created a new theme specifically for them, they just need to be styled appropriately now.