new easter egg, why not
This commit is contained in:
@@ -22,8 +22,9 @@ sounds = {
|
||||
go = love.audio.newSource("res/se/go.wav", "static"),
|
||||
irs = love.audio.newSource("res/se/irs.wav", "static"),
|
||||
ihs = love.audio.newSource("res/se/ihs.wav", "static"),
|
||||
-- a secret sound!
|
||||
-- secret sounds!
|
||||
welcome = love.audio.newSource("res/se/welcomeToCambridge.wav", "static"),
|
||||
mystery = love.audio.newSource("res/se/mystery.wav", "static"),
|
||||
}
|
||||
|
||||
function playSE(sound, subsound)
|
||||
@@ -60,4 +61,4 @@ function playSEOnce(sound, subsound)
|
||||
sounds[sound]:play()
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user