Develop #4
@@ -20,7 +20,7 @@ function game.load()
|
|||||||
game.world = love.physics.newWorld(0, gravity * world_meter, true) -- Make earth
|
game.world = love.physics.newWorld(0, gravity * world_meter, true) -- Make earth
|
||||||
|
|
||||||
-- Bells
|
-- Bells
|
||||||
game.bells_enable = true
|
game.bells_enable = false
|
||||||
|
|
||||||
game.music = love.audio.newSource("assets/audio/music/theme.mp3")
|
game.music = love.audio.newSource("assets/audio/music/theme.mp3")
|
||||||
game:playMusic()
|
game:playMusic()
|
||||||
|
|||||||
Reference in New Issue
Block a user