From 64adda89b9c1c53827d56391d5ccd9f0e9a4e93c Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 15 Jul 2017 01:00:06 +0200 Subject: Making new win screen based on Menu and SceneManager --- not/Menu.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'not') 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 = {} -- cgit v1.1