diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-04 18:13:20 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-04 18:13:20 -0700 |
| commit | 231d03a9c852e169ccc7648142175859f80b94cf (patch) | |
| tree | 997779d00b63863b07c15fbee9ad463917d8d3fb /assets.lua | |
| parent | 95a320e9188a330d0a66acc05ee333cf65cdd6d0 (diff) | |
Removed the song "Less Than Three"
It will be replaced with "Chiptuna" later.
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -66,7 +66,6 @@ function loadAssets(id) if id == 5 then music = { battle1 = love.audio.newSource("assets/music/Thrills And Spills.ogg"), - battleNSA = love.audio.newSource("assets/music/Less Than Three.ogg"), battleUndertale = love.audio.newSource("assets/music/Alphys Takes Action.ogg"), battle2 = love.audio.newSource("assets/music/Skyscraper Party.ogg"), sad1 = love.audio.newSource("assets/music/Startup Ambiance.ogg"), @@ -87,7 +86,6 @@ function loadAssets(id) sound.boot:setLooping(false) music.battle1:setLooping(true) music.battle2:setLooping(true) - music.battleNSA:setLooping(true) music.battleUndertale:setLooping(true) end if id == 7 then |
