summaryrefslogtreecommitdiffhomepage
path: root/not/Menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Menu.lua')
-rw-r--r--not/Menu.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/not/Menu.lua b/not/Menu.lua
index e0e4064..b835777 100644
--- a/not/Menu.lua
+++ b/not/Menu.lua
@@ -31,9 +31,6 @@ 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 = {}
self:open(name)
end