Jeffrey Gordon
Jeffrey Gordon
I work for a puzzle company which uses Phaser CE in our games. We wanted a way to implement daltonization, which is an algorithm to compensate for the three major...
I found that I wasn't able to load multiple tilesets, and it looked like the loop to load multiple sets had been disabled, and that code was unfinished. I managed...
I noticed that rotation/flipping wasn't supported. Flipped and rotated tiles do not show up. This is because the flips are encoded in three bits at the end of the number,...
#### Most appropriate sub-area of p5.js? - [X] Math (Vectors) #### Details about the bug: https://p5js.org/reference/#/p5.Vector/random2D Random2d returns a p5.Vector just as createVector does. https://p5js.org/reference/#/p5.Vector/heading states: "Calculate the angle of...