Ineedsleep / IMT_Planner

Small project to make planning for the Mobile Game Idle Tycoon Miner easier
3 stars 0 forks source link

Add Gem / Crystals Costs #3

Open Ineedsleep opened 2 months ago

Ineedsleep commented 2 months ago

Add another View and viewmodel to display the GM and Crystal cost for lvls:

from current lvl to 30p to 40p to 50p

based on the current settings in the lvl / cost table

Ineedsleep commented 2 months ago

New View incl, ViewModel. get the Sm from the selectionservice add another service for calucaltion pass necessary properties or the whole manager to the service update viewmodel properties based on calculation

there is no need to create this control everytime new, so only updating the viewmodel if the selection is changed is fine later on with changing crystal usage as well it will needs to be update even more.