This repository has been archived on 2025-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
2025-06-05 14:13:47 +07:00

10 lines
545 B
Lua

function onCreate()
setPropertyFromClass('GameOverSubstate', 'characterName', 'pico-dead')
setPropertyFromClass('GameOverSubstate', 'deathSoundName', 'fnf_loss_sfx-pico')
setPropertyFromClass('GameOverSubstate', 'loopSoundName', 'gameplay/gameover/gameOver-pico')
setPropertyFromClass('GameOverSubstate', 'endSoundName', 'gameplay/gameover/gameOverEnd-pico')
setPropertyFromClass('PauseSubState', 'songName', 'breakfast-pico/breakfast-pico')
characterPlayAnim('boyfriend', 'pissed', true);
setProperty('boyfriend.specialAnim', true);
end