PuzzleScriptPlus icon indicating copy to clipboard operation
PuzzleScriptPlus copied to clipboard

Level select should show current level nr, total # of levels, and completion percentage

Open Auroriax opened this issue 1 year ago • 0 comments

Check ([ ] -> [x]) all that apply, then describe the issue below:

  • [X] I have searched the tracker for similar issues (including closed ones)
  • [X] I have provided a detailed example for how this feature should work
  • [X] I have provided a use case for this feature, e.g. short description/share link of a game you're making and how you'd use the feature in that game, other things you've tried, edge cases, etc. (if applicable)

The level selection should show the level number of the current selection, the total number of levels, as well as the completion percentage. For current/total level counts, these should be displayed as: 6/12 or perhaps 6 of 12 for clarity. And completion should display 33% (rounded to nearest integer). There might be edge cases (e.g. total amount of sections is not equal to the amount of sections displayed in the menu)

The most important annoyance this solves is having to label the levels with a number manually (in the section name). Also, in games where you can play the levels in any order, this still helps the player to maintain a sense of progress.

I probably want this as an optional flag. Especially % completion might not desired for every game.

Auroriax avatar Jun 30 '23 19:06 Auroriax