fixed some stuff in story menu state
This commit is contained in:
parent
eeb31f9380
commit
8da131a9ed
@ -212,6 +212,19 @@ class StoryMenuState extends MusicBeatState
|
||||
|
||||
updateText();
|
||||
|
||||
|
||||
var bullShit:Int = 0;
|
||||
|
||||
for (item in grpWeekText.members)
|
||||
{
|
||||
item.targetY = bullShit - curWeek;
|
||||
if (item.targetY == Std.int(0) && weekUnlocked[curWeek])
|
||||
item.alpha = 1;
|
||||
else
|
||||
item.alpha = 0.6;
|
||||
bullShit++;
|
||||
}
|
||||
|
||||
trace("Line 165");
|
||||
|
||||
super.create();
|
||||
|
Loading…
x
Reference in New Issue
Block a user