Skip to content

Commit

Permalink
more descriptive descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yugecin committed Mar 5, 2017
1 parent 7471231 commit ff3a22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/itdelatrisu/opsu/options/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ public void setValue(int value) {
SNAKING_SLIDERS ("Snaking sliders", "SnakingSliders", "Sliders gradually snake out from their starting point.", true),
EXPERIMENTAL_SLIDERS ("Enable", "ExperimentalSliders", "Enable experimental slider style", false),
EXPERIMENTAL_SLIDERS_DRAW_ENDCIRCLES ("Draw slider endcircles", "ExSlDrawEnd", "Only for experimental sliders", false),
EXPERIMENTAL_SLIDERS_SHRINK ("Shrink sliders", "ExSlShrink", "Only for experimental sliders", true),
EXPERIMENTAL_SLIDERS_MERGE ("Merge sliders", "ExSlMerge", "Only for experimental sliders", true),
EXPERIMENTAL_SLIDERS_SHRINK ("Shrinking sliders", "ExSlShrink", "Sliders shrink toward their ending point when the ball passes.", true),
EXPERIMENTAL_SLIDERS_MERGE ("Merging sliders", "ExSlMerge", "Don't draw edges and combine slider tracks where sliders overlap.", true),
SHOW_HIT_LIGHTING ("Hit lighting", "HitLighting", "Adds a subtle glow behind hit explosions which lights the playfield.", true),
SHOW_COMBO_BURSTS ("Combo bursts", "ComboBurst", "A character image bursts from the side of the screen at combo milestones.", true),
SHOW_PERFECT_HIT ("Perfect hits", "PerfectHit", "Shows perfect hit result bursts (300s, slider ticks).", true),
Expand Down

0 comments on commit ff3a22e

Please sign in to comment.