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

16 lines
203 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()
}