11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
|
//add boss creation here
|
||
|
instance_create(1000,1000,obj_bombeffect)
|
||
|
with (obj_enemymanager)
|
||
|
instance_destroy()
|
||
|
instance_destroy()
|
||
|
global.boss = 1
|
||
|
global.bossno += 1
|
||
|
|
||
|
instance_create(1000,1000,obj_boss1)
|
||
|
|