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
|
//defaults if no noteStyle was found in chart
|
||||||
var noteTypeCheck:String = 'normal';
|
var noteTypeCheck:String = 'normal';
|
||||||
|
|
||||||
|
|
||||||
if (inCharter)
|
if (inCharter)
|
||||||
{
|
{
|
||||||
frames = Paths.getSparrowAtlas('NOTE_assets');
|
frames = Paths.getSparrowAtlas('NOTE_assets');
|
||||||
@ -110,6 +111,10 @@ class Note extends FlxSprite
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (PlayState.SONG.noteStyle == null) {
|
||||||
|
switch(PlayState.storyWeek) {case 6: noteTypeCheck = 'pixel';}
|
||||||
|
} else {noteTypeCheck = PlayState.SONG.noteStyle;}
|
||||||
|
|
||||||
switch (noteTypeCheck)
|
switch (noteTypeCheck)
|
||||||
{
|
{
|
||||||
case 'pixel':
|
case 'pixel':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user