fix issue wit misses and then also like other stuff
This commit is contained in:
parent
1425e57831
commit
1ade5d47e3
@ -1515,9 +1515,9 @@ class ChartingState extends MusicBeatState
|
||||
var increase:Float = 0;
|
||||
|
||||
if (amount < 0)
|
||||
increase = -0.04;
|
||||
increase = -0.02;
|
||||
else
|
||||
increase = 0.04;
|
||||
increase = 0.02;
|
||||
|
||||
|
||||
zoomFactor += increase;
|
||||
|
@ -1443,8 +1443,10 @@ class PlayState extends MusicBeatState
|
||||
{
|
||||
if (value == curStage)
|
||||
{
|
||||
trace(value + " - " + curStage);
|
||||
introAlts = introAssets.get(value);
|
||||
altSuffix = '-pixel';
|
||||
if (curStage.contains('school'))
|
||||
altSuffix = '-pixel';
|
||||
}
|
||||
}
|
||||
|
||||
@ -1671,7 +1673,7 @@ class PlayState extends MusicBeatState
|
||||
ana.hitJudge = Ratings.CalculateRating(noteDiff, Math.floor((PlayStateChangeables.safeFrames / 60) * 1000));
|
||||
ana.nearestNote = [coolNote.strumTime, coolNote.noteData, coolNote.sustainLength];
|
||||
}
|
||||
else if (!FlxG.save.data.ghost)
|
||||
else if (!FlxG.save.data.ghost && songStarted)
|
||||
{
|
||||
noteMiss(data, null);
|
||||
ana.hit = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user