Develop #4

Merged
wariosolis merged 35 commits from develop into master 2017-01-04 00:04:34 +01:00
Showing only changes of commit 47d62cea78 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ function game.load()
game.world = love.physics.newWorld(0, gravity * world_meter, true) -- Make earth
-- Bells
game.bells_enable = true
game.bells_enable = false
game.music = love.audio.newSource("assets/audio/music/theme.mp3")
game:playMusic()