Skip to content

[ENHANCEMENT] Make Level.getDifficulties() actually return the final list#7648

Open
TechnikTil wants to merge 1 commit into
FunkinCrew:developfrom
TechnikTil:feat/better-level-difficulty-reading
Open

[ENHANCEMENT] Make Level.getDifficulties() actually return the final list#7648
TechnikTil wants to merge 1 commit into
FunkinCrew:developfrom
TechnikTil:feat/better-level-difficulty-reading

Conversation

@TechnikTil
Copy link
Copy Markdown
Contributor

Description

This PR rewrites how Story Mode gets difficulties by making Level.getDifficulties return exactly what is shown to the user, which is usually the difficulties of the default variation.

By doing this, it removes the need of doing hard coded filtering in StoryMenuState.changeDifficulty entirely.

There is visually no difference with this PR, but it lets mods add custom difficulties to Story Mode by adding them to their default variation.

… shown.

Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
@github-actions github-actions Bot added status: pending triage Awaiting review. pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. and removed status: pending triage Awaiting review. labels May 28, 2026
@NotHyper-474 NotHyper-474 added type: enhancement Involves an enhancement or new feature. status: pending triage Awaiting review. labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. type: enhancement Involves an enhancement or new feature.

Development

Successfully merging this pull request may close these issues.

2 participants