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

10 lines
100 B
Plaintext
Raw Normal View History

2021-06-16 23:23:00 -07:00
if win == 1
{
room_goto_next();
}
if win == -1
{
room_goto_previous();
}