Tendsty / gooboo

An idle / incremental game
GNU General Public License v3.0
84 stars 26 forks source link

Next upgrade display is off-by-one #33

Open d0sboots opened 1 year ago

d0sboots commented 1 year ago

image

As can be seen in the image, I am currently at level 8/10, which shows the stats from 8->9 The next upgrade shows 9->10 (the final upgrade), this should be labeled as level 9, not 10. The same off-by-one affects all versions of the display.

quietvoid commented 1 year ago

The level 9 upgrade is at the top, and next levels are the ones after so this isn't an issue but rather intentional design.

d0sboots commented 1 year ago

Even if it's intentional, I don't think it's correct. What's shown at the top is the level 8 upgrade (the upgrade available at level 8, which brings you to level 9). The next upgrade is the level 9 upgrade.

Of course, the game sidesteps this awkward naming issue by never explicitly naming upgrades in the first place. But it's using the same symbol, in roughly the same place (lower-left hand side), so it should have the same meaning (current upgrade level).