Cosmic-Cryptid-Games / GrowingDepths

CMPUT 250 assignment
GNU General Public License v3.0
1 stars 0 forks source link

Double death triggered in a few cases #315

Closed Stelvlen closed 4 years ago

Stelvlen commented 4 years ago

The player will trigger double death effect if they touch the bottom part of the squirrel when the squirrel is moving up/down. This can also be triggered by touching the bottom part of the owl when it's flying upward. Playing the beta version on Windows 10. Maybe we can introduce it as a function haha "Achievement unlocked: Double death, twice the fun"

modelarious commented 4 years ago

Hopefully will be as easy as setting variable 4 (player currently dying) when they touch an enemy

modelarious commented 4 years ago

Also see #317

modelarious commented 4 years ago

This should be done by making the death reset common event set variable 4 to 1 when it starts

modelarious commented 4 years ago

Fixed this today