You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a site, there is a ten second grace period during which you can add more entities of the same ore type (e.g., for merging two shards of the same kind of ore, or for oil sites). We should show visual feedback while this timer counts down, to allow the player to gauge how quickly they need to move.
The text was updated successfully, but these errors were encountered:
With the UI refactor coming in 1.0, there's probably a chance to add this. It's not that hard, just check if player_data.current_site and we can further check for a progress { total = 120, started_at = --[[tick number]] 12345 } table, and that should be enough to make a time-progress bar.
When adding a site, there is a ten second grace period during which you can add more entities of the same ore type (e.g., for merging two shards of the same kind of ore, or for oil sites). We should show visual feedback while this timer counts down, to allow the player to gauge how quickly they need to move.
The text was updated successfully, but these errors were encountered: