BIT-Studio-4 / GTS

welcome to GTS
3 stars 0 forks source link

Update Total Cost colour when money is updated #137

Closed Christian-Irvine closed 1 week ago

Christian-Irvine commented 1 week ago

Issue

When user is in shop. total cost colour will not change if items sell

Solution

The UpdateMoneyColors() method has been added to the OnMoneyChange unity event so it will update whenever money is changed.

(closes #73)