You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
336 B
20 lines
336 B
with (oCharacter)
|
|
{
|
|
x -= view_xview[0]
|
|
y -= view_yview[0]
|
|
visible = false
|
|
}
|
|
view_xview[0] = 0
|
|
view_yview[0] = 0
|
|
mus_current_fadeout()
|
|
sfx_stop_all()
|
|
sfx_play(sndPlayerDeath)
|
|
global.vibL = 0
|
|
global.vibR = 0
|
|
global.ingame = 0
|
|
global.darkness = 0
|
|
global.gotolog = -1
|
|
global.transitiontype = 3
|
|
event_user(3)
|
|
room_goto(rm_death)
|