touhou-pride-jam-2021/thpj3/objects/obj_midboss/Collision_obj_player_shot.gml

7 lines
82 B
Plaintext

if (!invuln) {
hp -= other.damage;
}
with (other) {
instance_destroy();
}