phaser/src
Richard Davey 8a3f06c898 Todo note
2018-03-21 03:16:55 +00:00
..
actions Add callbacks on Boot, Actions and Create 2018-03-19 22:37:47 +01:00
animations Update JSDoc on Animations and Boot 2018-03-19 18:13:33 +01:00
boot Add callbacks on Boot, Actions and Create 2018-03-19 22:37:47 +01:00
cache Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
cameras Camera.fadeIn is a new method that will fade the camera in from a given color (black by default) and then optionally invoke a callback. This is the same as using Camera.flash but with an easier to grok method name. Fix #3412 2018-03-20 00:10:55 +00:00
create Add callbacks on Boot, Actions and Create 2018-03-19 22:37:47 +01:00
curves Fix types in JSDocs 2018-03-19 19:49:14 +01:00
data Add callbacks on Dom and Data 2018-03-19 22:43:48 +01:00
device jsdoc fixes 2018-02-22 01:07:30 +00:00
display Update JSDoc on Display (object types) 2018-03-19 16:22:51 +01:00
dom Add callbacks on Dom and Data 2018-03-19 22:43:48 +01:00
events Fixed jsdoc types 2018-03-19 17:05:29 +00:00
gameobjects Sorted the components 2018-03-21 03:16:49 +00:00
geom Add callbacks on Input and Geom 2018-03-19 22:12:11 +01:00
input Todo note 2018-03-21 03:16:55 +00:00
loader Removed const because already merged into namespace (#3417) 2018-03-20 00:37:10 +00:00
math Update JSDoc on Math 2018-03-19 13:06:46 +01:00
physics MatterGameObject is a new function, available via the Matter Factory in this.matter.add.gameObject, that will inject a Matter JS Body into any Game Object, such as a Text object. 2018-03-21 03:16:36 +00:00
polyfills jsdoc fixes and additions 2018-03-19 13:45:00 +00:00
renderer Graphics.alpha was being ignored in the WebGL renderer and is now applied properly to strokes and fills. Fix #3426 2018-03-20 00:27:39 +00:00
scene Added jsdoc data types 2018-03-19 11:25:46 +00:00
sound Add more callbacks 2018-03-19 23:08:05 +01:00
structs Add more callbacks 2018-03-19 23:08:05 +01:00
textures Add more callbacks 2018-03-19 23:08:05 +01:00
tilemaps Fix types in Tilemaps 2018-03-20 12:36:35 +01:00
time Update JSDoc on Textures, Tilemaps and Time 2018-03-19 02:03:17 +01:00
tweens Update JSDoc on Tweens and Utils 2018-03-19 02:07:03 +01:00
utils Fix import on array utils 2018-03-19 02:14:22 +01:00
const.js Preparing for 3.3.0 2018-03-13 13:21:34 +00:00
phaser-arcade-physics.js Added Arcade Physics entry point. 2018-02-13 03:43:12 +00:00
phaser.js Modified WebGLPipeline and it's child classes to make them easier to generate custom Pipelines. Added functions to WebGLPipeline to modify uniforms. Exposed Renderer namespace for usage outside the engine 2018-03-05 11:29:48 -03:00
plugins.js Added jsdocs. 2018-02-12 23:13:16 +00:00