touhou-pride-jam-2021/thpj3/objects/obj_enemy_parent/Step_0.gml

3 lines
41 B
Plaintext
Raw Normal View History

if ( hp <= 0 ) {
instance_destroy();
}