feat: add test music

This commit is contained in:
Kazhnuz 2021-03-22 20:03:26 +01:00
parent 9e031c0d7d
commit 11fc63b402
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View file

@ -64,6 +64,9 @@ function OverWorld:new()
self.messageOpacity = 0
self.events = EventManager(self)
self.assets:setMusic("assets/music/testmap.mp3")
self.assets:playMusic()
end
function OverWorld:startEvent()