View source
enum abstract ScoringSystem(String)
package funkin.play.scoring
import funkin.play.scoring.Scoring
Available on all platforms
Which system to use when scoring and judging notes.
Variables
inlineread onlyLEGACY:ScoringSystem = "LEGACY"
The scoring system used in versions of the game Week 6 and older. Scores the player based on judgement, represented by a step function.
inlineread onlyPBOT1:ScoringSystem = "PBOT1"
Points Based On Timing scoring system, version 1 Scores the player based on the offset based on timing, represented by a sigmoid function.
inlineread onlyWEEK7:ScoringSystem = "WEEK7"
The scoring system used in Week 7. It has tighter scoring windows than Legacy. Scores the player based on judgement, represented by a step function.