ludum-dare-21/objects/obj_player/Destroy_0.gml

10 lines
100 B
Plaintext

if win == 1
{
room_goto_next();
}
if win == -1
{
room_goto_previous();
}