Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onCreate()
- -- CHARACTER
- setPropertyFromClass('GameOverSubstate', 'characterName', 'bf-dead');
- --SOUNDS
- setPropertyFromClass('GameOverSubstate', 'deathSoundName', 'fnf_loss_sfx'); --file goes inside sounds/ folder
- setPropertyFromClass('GameOverSubstate', 'loopSoundName', 'gameOver'); --file goes inside music/ folder
- setPropertyFromClass('GameOverSubstate', 'endSoundName', 'gameOverEnd'); --file goes inside music/ folder
- end
Advertisement
Add Comment
Please, Sign In to add comment