BearDooks / RemoteIslandSurvival

https://beardooks.github.io/RemoteIslandSurvival/
MIT License
0 stars 0 forks source link

Gather buttons don't show amount #9

Open BearDooks opened 4 years ago

BearDooks commented 4 years ago

The player has no idea how many of an item they will be gathering when they click on the button. The modifier value is not shown to the player in a meaningful way.

image

It would be nice if this could be changed and auto updated for the user

BearDooks commented 4 years ago

Issue has been fixed in commit 69cb34f

The code was changed to give the buttons an id, and the update page function will keep it all in line for the user.

image