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
little fix
  • Loading branch information
GuglioREAL committed Nov 5, 2021
commit 14f53a921dbf9fd66869ece0f53c5b2ab7ed3ba0
2 changes: 1 addition & 1 deletion src/love/states/menuSelect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ music:setLooping(true)
return {
enter = function(self, previous)
songNum = 0

story:animate("story hover", true)
freeplay:animate("freeplay", true)
options:animate("options", true)

Expand Down