summaryrefslogtreecommitdiffhomepage
path: root/not/Menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Menu.lua')
-rw-r--r--not/Menu.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/not/Menu.lua b/not/Menu.lua
index a837045..e0e4064 100644
--- a/not/Menu.lua
+++ b/not/Menu.lua
@@ -31,6 +31,7 @@ function Menu:new (name)
if Menu.sprite == nil then
Menu.sprite = love.graphics.newImage("assets/menu.png")
end
+ -- musicPlayer calls should be moved to menu files; see issue with new win screen
musicPlayer:setTrack("menu.ogg")
musicPlayer:play()
self.elements = {}