landgreen / n-gon

2-d physics rogue-lite platformer shooter
https://landgreen.github.io/n-gon/
GNU General Public License v3.0
143 stars 205 forks source link

Cloaking boss strobe bug #129

Closed Masbirb closed 9 months ago

Masbirb commented 9 months ago

The bug happens when the cloak boos spawns after a level has been loaded for some time but the boss has not yet spawned where when the cloak boss spawns its cloak turns into strobe light where it repeatedly appears and disappears.

kgurchiek commented 9 months ago

I've also had a strobe effect with the time boss. When I wasn't within its effect, the white circle would flash very fast. I only had this once and haven't tried to reproduce yet, but it might be worth noting that the one time this happened was the one time I played on a high frame rate monitor, but I did have the fps cap set to 60

landgreen commented 9 months ago

it's a known quirk, if you are capping fps the timeSkip boss flashes. It's considered just how a mob that slows time would look if you were also slowing time.

kgurchiek commented 9 months ago

So it's intentional or just a bug that works out?

landgreen commented 9 months ago

It's not a bug, but it was unplanned.