examples
examples copied to clipboard
Phaser 3 Examples
Updates code to use ES6 format, while keeping existing format conventions. Also removes some commented-out code that wasn't needed. File path: public/src/game objects/graphics/atari lines.js
Changes located in: public/src/game objects/graphics/arc.js
final submission for changing "transform.js" to ES6 format.
final submission for changing "phaser logo 3d.js" to ES6 format.
final submission for changing circle spin.js format to ES6
changed example code in fill rect.js to ES6 format.
(diff on phaser repo to follow)
rectangle spline intersection.js' example is not work. when i drag rectangle, it have error of 'Cannot set property 'x' of undefined'. i check code. it is 'Phaser.Input.Events.DRAG' callback param bug....
'spline curve bounds.js' example is not work. it have error 'Cannot read property 'set' of null'. this example alomost sames "drag spline curve.js". so, i fixed method of setting data...
'ellipse curve bounds.js' example is not work. it have error 'setOnDragCallback() cannot find'. this example alomost sames "drag ellipse curve.js". so, i copyed drag event function for fix bug. it...