gmc-jam-7/objects/obj_bomber/Create_0.gml

17 lines
218 B
Plaintext
Raw Normal View History

with (obj_enemybase)
{
life -= 5
}
with (obj_enemybullet_L)
{
score += 10
instance_destroy()
}
with (obj_enemybullet_D)
{
score += 10
instance_destroy()
}
alarm[0] = 15