quinton-ashley / p5play

JavaScript game engine that uses q5.js/p5.js for graphics and Box2D for physics.
https://p5play.org
GNU Affero General Public License v3.0
667 stars 184 forks source link

Update p5play.d.ts #328

Closed sifhg closed 3 months ago

sifhg commented 3 months ago

The method applyForce can take only one argument. More than that is optional.

quinton-ashley commented 3 months ago

true! But the p5play.d.ts file is generated by the jsdoc comments in p5play.js. I'll make the change there as well.

quinton-ashley commented 3 months ago

Thanks for pointing out the issue! Fixed in v3.22.12