landgreen / n-gon

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

TypeError: powerUps.field is not a function (level.js:629) #296

Closed Ant-Throw-Pology closed 1 month ago

Ant-Throw-Pology commented 1 month ago

Saw this error in a screenshot from a person in the community Discord server: image

I looked at the code, and found this: image

My proposed quick and easy fix: Change powerUps.field() to powerUps.orb.field() on line 629, like the powerUps.orb.gun() right after it. While you're at it, you may want to search the codebase for any similar errors - shouldn't take very long

landgreen commented 1 month ago

thanks, fixed I haven't check the tutorial in a while.