right after not compiling, I didn't test gf + notes
This commit is contained in:
parent
105ccaf38a
commit
9425a74285
@ -59,7 +59,14 @@ class Note extends FlxSprite
|
|||||||
|
|
||||||
var daStage:String = PlayState.curStage;
|
var daStage:String = PlayState.curStage;
|
||||||
|
|
||||||
switch (PlayState.SONG.noteStyle)
|
//defaults if no noteStyle was found in chart
|
||||||
|
var noteTypeCheck:String = 'normal';
|
||||||
|
|
||||||
|
if (PlayState.SONG.noteStyle == null) {
|
||||||
|
switch(storyWeek) { case 6: noteTypeCheck = 'pixel'; }
|
||||||
|
} else {noteTypeCheck = SONG.noteStyle;}
|
||||||
|
|
||||||
|
switch (noteTypeCheck)
|
||||||
{
|
{
|
||||||
case 'pixel':
|
case 'pixel':
|
||||||
loadGraphic(Paths.image('weeb/pixelUI/arrows-pixels','week6'), true, 17, 17);
|
loadGraphic(Paths.image('weeb/pixelUI/arrows-pixels','week6'), true, 17, 17);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user