generated from nhcarrigan/template
feat: show essence per second in resource dropdown #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The resource dropdown currently does not display the player's current essence per second rate. This makes it difficult to track essence income at a glance alongside gold income.
Expected Behaviour
The resource dropdown should include an essence per second figure, consistent with how gold per second is displayed.
Resolution
Implemented in commit
4c297f1— an Essence/s row was added to the resource bar dropdown, computed viacomputeEssencePerSecond(state)alongside the existing Gold/s display.✨ This issue was created with help from Hikari~ 🌸