phaser/src
2018-04-04 14:05:59 -03:00
..
actions Initial Commit 2018-03-30 13:46:44 -04:00
animations More jsdocs fixes and staggerPlay fix 2018-04-04 16:27:33 +01:00
boot Game.destroy now checks to see if the renderer exists before calling destroy on it. Fix #3498 2018-04-03 15:41:02 +01:00
cache Not protected 2018-04-03 23:56:27 +01:00
cameras Initial Commit 2018-03-30 13:46:44 -04:00
create Initial Commit 2018-03-30 13:46:44 -04:00
curves LineCurve.getResolution was missing the divisions argument and always returning 1, which made it fail when used as path of a Path. It now defaults to return 1 unless specified otherwise 2018-04-04 10:29:12 +01:00
data Documented the SceneManager. 2018-04-02 18:01:17 +01:00
device Initial Commit 2018-03-30 13:46:44 -04:00
display Parent matrix is applied to canvas context on each draw function 2018-04-04 14:05:59 -03:00
dom Initial Commit 2018-03-30 13:46:44 -04:00
events Initial Commit 2018-03-30 13:46:44 -04:00
gameobjects Parent matrix is applied to canvas context on each draw function 2018-04-04 14:05:59 -03:00
geom Initial Commit 2018-03-30 13:46:44 -04:00
input jsdoc fixes 2018-04-04 14:43:53 +01:00
loader Initial Commit 2018-03-30 13:46:44 -04:00
math Fleshing out docs 2018-04-02 11:03:23 -05:00
physics Make sure debug layer remains on the top 2018-04-03 15:30:46 +01:00
polyfills Initial Commit 2018-03-30 13:46:44 -04:00
renderer DrawImage works with parent matrix 2018-04-04 12:31:45 -03:00
scene Added jsdocs for TS defs export 2018-04-03 15:08:48 +01:00
sound Initial Commit 2018-03-30 13:46:44 -04:00
structs Remove generic on type 2018-04-03 16:24:48 +02:00
textures Initial Commit 2018-03-30 13:46:44 -04:00
tilemaps Merge branch 'master' of https://github.com/photonstorm/phaser 2018-04-03 17:30:26 +01:00
time Initial Commit 2018-03-30 13:46:44 -04:00
tweens Initial Commit 2018-03-30 13:46:44 -04:00
utils filling in docs for utils.object.clone, hasAll, and hasAny 2018-04-03 12:42:27 -05:00
const.js Initial Commit 2018-03-30 13:46:44 -04:00
phaser-arcade-physics.js Initial Commit 2018-03-30 13:46:44 -04:00
phaser.js Initial Commit 2018-03-30 13:46:44 -04:00
plugins.js Initial Commit 2018-03-30 13:46:44 -04:00