menu shit in progress

This commit is contained in:
Cameron Taylor
2020-10-30 15:21:34 -07:00
parent 578603c584
commit e45f1d8005
2 changed files with 52 additions and 6 deletions

View File

@ -27,12 +27,6 @@ class MenuItem extends FlxSpriteGroup
if (!unlocked)
{
week.alpha = 0.6;
var lock:FlxSprite = new FlxSprite(week.frameWidth + 5);
lock.frames = tex;
lock.animation.addByPrefix('lock', 'lock');
lock.animation.play('lock');
// add(lock);
}
}