15 lines
189 B
Lua
15 lines
189 B
Lua
function onGameOverStart()
|
|
precacheSound("christmasdeath")
|
|
playSound("christmasdeath", 1)
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- crash prevention
|
|
function onUpdate() end
|
|
function onUpdatePost() end
|