diff options
| author | 1029chris <1029chris@gmail.com> | 2016-02-25 14:14:01 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-02-25 14:14:01 -0800 |
| commit | 007f0abc5b6f1043247accc1650c3726dcb72d2d (patch) | |
| tree | afc31d21753442c03dc95416964fc4dd4548aa89 /assets.lua | |
| parent | b9e1d407a9c8cf994497782ef9b988e65ba96550 (diff) | |
Added boot sound
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,4 +18,8 @@ function loadAssets() city = love.graphics.newImage("assets/bg_city.jpg") } music = {} + sound = { + boot = love.audio.newSource("assets/boot.ogg") + } + sound.boot:setLooping(false) end |
