Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a proper menu #20

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
a
  • Loading branch information
GuglioREAL committed Nov 5, 2021
commit 778afb354affc1b62d52d5f6b2ee46ba195b9c67
2 changes: 1 addition & 1 deletion src/love/states/menuWeek.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ return {
enemyDanceLines.sizeX, enemyDanceLines.sizeY = 0.5, 0.5
enemyDanceLines:animate("spooky", true)
elseif weekNum == 4 then
enemyDanceLines.sizeX = 0.5, 0.5
enemyDanceLines.sizeX, enemyDanceLines.sizeY = 0.5, 0.5
enemyDanceLines:animate("pico", true)
elseif weekNum == 5 then
enemyDanceLines.sizeX, enemyDanceLines.sizeY = 0.5, 0.5
Expand Down