idk campaign menu shit

This commit is contained in:
Cameron Taylor
2021-02-02 02:20:14 -05:00
parent 6162deabd3
commit 12913828d6
11 changed files with 90 additions and 38 deletions

View File

@ -25,6 +25,7 @@ class MenuItem extends FlxSpriteGroup
week.animation.addByPrefix('week3', "Week 3 press", 24);
week.animation.addByPrefix('week4', "Week 4 press", 24);
week.animation.addByPrefix('week5', "week 5", 24);
week.animation.addByPrefix('week6', "Week 6", 24);
add(week);
week.animation.play('week' + weekNum);