gmc-jam-7/objects/obj_enemybase/Step_0.gml

10 lines
115 B
Plaintext
Raw Permalink Normal View History

if life < 1
{
score += 200
if global.boss != 0
global.boss = 0
instance_destroy()
}