Skip to content

Commit

Permalink
add up to 2.5x rates and add dark back to player options
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 7, 2016
1 parent 65a620d commit 9543b49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Themes/Til Death/Languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ DivideByZero=DivideByZero (Noteskin)
1.85x=1.85x
1.9x=1.9x
1.95x=1.95x
2.1x=2.1x
2.2x=2.2x
2.3x=2.3x
2.4x=2.4x
2.5x=2.5x

39% Mini= 39% Mini
40% Mini= 40% Mini
Expand Down
15 changes: 10 additions & 5 deletions Themes/Til Death/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ StepsTypeSetCommand=%function(self,param) \
end; \

[ScreenPlayerOptions]
LineNames="1,Rate,8,4,RS,14,5,7,10,JT,TT,JC,EB,PI,FB,MB,SF,LC,NPS,16,BG,Fail,Score"
LineNames="1,Rate,8,4,RS,14,5,7,10,13,JT,TT,JC,EB,PI,FB,MB,SF,LC,NPS,16,BG,Fail,Score"
LineRS="lua,ReceptorSize()"
LineJT="lua,JudgmentText()"
LineTT="lua,TargetTracker()"
Expand Down Expand Up @@ -388,7 +388,7 @@ EffectsReceptor,2="mod,invert;name,Invert"
EffectsReceptor,3="mod,Flip;name,Flip"
EffectsReceptor,4="mod,45% xmode;name,XMode"

Rate="24;together"
Rate="29;together"
RateDefault="mod,1.0xMusic;mod,no haste"
Rate,1="mod,1.95xMusic;name,1.95x"
Rate,2="mod,1.85xMusic;name,1.85x"
Expand All @@ -411,9 +411,14 @@ Rate,18="mod,1.7xMusic;name,1.7x"
Rate,19="mod,1.8xMusic;name,1.8x"
Rate,20="mod,1.9xMusic;name,1.9x"
Rate,21="mod,2.0xMusic;name,2.0x"
Rate,22="mod,0.9xMusic;name,0.9x"
Rate,23="mod,0.8xMusic;name,0.8x"
Rate,24="mod,0.7xMusic;name,0.7x"
Rate,22="mod,2.0xMusic;name,2.1x"
Rate,23="mod,2.0xMusic;name,2.2x"
Rate,24="mod,2.0xMusic;name,2.3x"
Rate,25="mod,2.0xMusic;name,2.4x"
Rate,26="mod,2.0xMusic;name,2.5x"
Rate,27="mod,0.9xMusic;name,0.9x"
Rate,28="mod,0.8xMusic;name,0.8x"
Rate,29="mod,0.7xMusic;name,0.7x"

[ScreenEvaluation]
# banner
Expand Down

0 comments on commit 9543b49

Please sign in to comment.