This website requires JavaScript.
Explore
Help
Sign In
magicalfeyfenny
/
touhou-pride-jam-2021
Watch
1
Star
0
Fork
You've already forked touhou-pride-jam-2021
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90bc4247f3
touhou-pride-jam-2021
/
thpj3
/
objects
/
obj_midboss
/
Collision_obj_player_shot.gml
7 lines
82 B
Plaintext
Raw
Blame
History
if (!invuln) {
hp -= other.damage;
}
with (other) {
instance_destroy();
}
Reference in New Issue
View Git Blame
Copy Permalink