This website requires JavaScript.
Explore
Help
Sign In
magicalfeyfenny
/
sunflowers-in-the-rain
Watch
1
Star
0
Fork
You've already forked sunflowers-in-the-rain
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
956a4c4316
sunflowers-in-the-rain
/
objects
/
obj_enemy_parent
/
Collision_obj_marisa_shot.gml
12 lines
91 B
Plaintext
Raw
Blame
History
with (other) {
instance_destroy();
}
hp -= 1;
if (hp <= 0) {
instance_destroy();
}
Reference in New Issue
View Git Blame
Copy Permalink