A little easter egg...

This commit is contained in:
Ishaan Bhardwaj
2020-12-19 20:31:14 -05:00
parent bcb44725bf
commit e26b094830
4 changed files with 15 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ 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!
welcome = love.audio.newSource("res/se/welcomeToCambridge.wav", "static"),
}
function playSE(sound, subsound)