landgreen / n-gon

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

Levels broken on loading #85

Closed des-boot closed 1 year ago

des-boot commented 1 year ago
image

image ground is intangible, ground from older levels appears. This bug has been happening far more commonly recently

Masbirb commented 1 year ago

I have had several of my runs ended due to this bug like at least 5.

landgreen commented 1 year ago

Is it always a bug in the "dojo" community level? ( based on the level.js:25954 boss.onHit = () => { boss.modeSwitch = -1; // After striking the player, always switch modes oldOnHit.call(boss); }; )

landgreen commented 1 year ago

looks like this is dojo based on other bug reports