note check fix fr
This commit is contained in:
parent
c5038bbed4
commit
573ef74a2b
@ -93,6 +93,7 @@ class Note extends FlxSprite
|
||||
//defaults if no noteStyle was found in chart
|
||||
var noteTypeCheck:String = 'normal';
|
||||
|
||||
|
||||
if (inCharter)
|
||||
{
|
||||
frames = Paths.getSparrowAtlas('NOTE_assets');
|
||||
@ -110,6 +111,10 @@ class Note extends FlxSprite
|
||||
}
|
||||
else
|
||||
{
|
||||
if (PlayState.SONG.noteStyle == null) {
|
||||
switch(PlayState.storyWeek) {case 6: noteTypeCheck = 'pixel';}
|
||||
} else {noteTypeCheck = PlayState.SONG.noteStyle;}
|
||||
|
||||
switch (noteTypeCheck)
|
||||
{
|
||||
case 'pixel':
|
||||
|
Loading…
x
Reference in New Issue
Block a user