|
1
|
if (global.debug == 1)
|
|
2
|
{
|
|
3
|
instance_create(room_width * 0.5, -100, obj_6glove_boss);
|
|
4
|
instance_create(room_width * 0, -220, obj_6glove_boss);
|
|
5
|
instance_create(room_width * 1, -220, obj_6glove_boss);
|
|
6
|
instance_create(room_width * 0.5, -500, obj_6glove_boss);
|
|
7
|
instance_create(room_width * 0, -620, obj_6glove_boss);
|
|
8
|
instance_create(room_width * 1, -620, obj_6glove_boss);
|
|
9
|
lg = instance_create(room_width * 0.5, -900, obj_6glove_boss);
|
|
10
|
with (lg)
|
|
11
|
event_user(6);
|
|
12
|
instance_create(room_width * 0, -1020, obj_6glove_boss);
|
|
13
|
instance_create(room_width * 1, -1020, obj_6glove_boss);
|
|
14
|
}
|