KapFlagon/Imoonity

Create some labels to indicate level unlock progress in the level selection screen.

KapFlagon opened this issue · 1 comments

Players currently don't have any indication about how many levels are unlocked vs locked in level select screen.
Two options:

  1. Insert a label with a counter that shows "Levels unlocked: x/y" etc.
  2. Remove the auto-hide/auto-show feature for the level selection elements, and replace that with functionality to show all levels with a "locked" label text if they haven't been unlocked yet.

Decided to show all levels in the level select screen, but show a "locked" label over the ones that are not unlocked yet. Not ideal, as the size of each level selection node is dynamic and resizes, but achieves the desired effect all the same.