doublespeakgames / adarkroom

A Dark Room - A Minimalist Text Adventure
Mozilla Public License 2.0
7.09k stars 1.59k forks source link

Added feature - side stats #640 #647

Closed LarryNUofU closed 1 year ago

LarryNUofU commented 5 years ago

Main compromise I had to make was to call updateIncomeView inside of updateStoresView. I did this because whenever you click on a button, it appears to only call updateIncomeView, which didn't work with the way I implemented the feature.