landgreen / n-gon

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

Remove 4th parameter in underpass #224

Closed Whyisthisnotavalable closed 2 months ago

Whyisthisnotavalable commented 2 months ago

line 23196 level.js const boost = level.boost(137.5, -600, 75);

The accidental 4th parameter was causing unintended rotation.

landgreen commented 2 months ago

ok thanks