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
3b751844dd
touhou-pride-jam-2021
/
thpj3
/
objects
/
obj_enemy_parent
/
Collision_obj_wriggle.gml
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added debug UI, enemy destruction, and death/respawn logic
2021-06-07 01:52:09 -07:00
if (!other.invuln) {
with (other) {
started adding boss logic
2021-06-11 04:39:22 -07:00
emergency = DEATHBOMB_WINDOW;
Added debug UI, enemy destruction, and death/respawn logic
2021-06-07 01:52:09 -07:00
}
}