lalau / high-reward

Remake of the DOS game "High Reward"
2 stars 0 forks source link

be able to update bank amount when not in region-map state #9

Closed lalau closed 8 years ago

lalau commented 8 years ago

Right now the region-map state directly uses the region component. There should be a region screen that uses the region component and the region-map state uses the region screen. This way the region screen will execute its update method even it's not in the region-map state. The update method of region screen will set the money values based on game state.