phaser/src
2018-04-05 20:34:49 -04:00
..
actions Initial Commit 2018-03-30 13:46:44 -04:00
animations getFrameByProgress will return the Animation Frame that is closest to the given progress value. 2018-04-04 17:14:43 +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 Swap for isArray check 2018-04-05 09:23:52 +01: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 jsdoc / tsdef : extend jsdoc for EventEmitter#emit to properly reflect its ability to have any amount of arguments 2018-04-05 02:02:27 +02:00
gameobjects Fixed order on getWorldTransformMatrix 2018-04-05 14:11:48 -03:00
geom Line.getPointA&B fix 2018-04-05 12:00:42 +02:00
input fix drag/overlap interaction 2018-04-04 18:09:18 -03:00
loader Added ImageFile argument descriptions 2018-04-05 20:34:49 -04:00
math Vector2.setTo is a method alias for Vector2.set allowing it to be used inter-changeably with Geom.Point. 2018-04-05 11:24:56 +01:00
physics Updated log 2018-04-05 08:48:35 +01:00
polyfills Initial Commit 2018-03-30 13:46:44 -04:00
renderer Small refactoring 2018-04-05 11:01:24 +01:00
scene jsdoc: fix correct type reference on Scene#load 2018-04-04 20:19:21 +02:00
sound Initial Commit 2018-03-30 13:46:44 -04:00
structs Added missing callback 2018-04-05 15:28:22 +01:00
textures Initial Commit 2018-03-30 13:46:44 -04:00
tilemaps Tilemap Layers should use the ComputedSize component 2018-04-05 14:43:07 +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 new optional argument key which will allow you to scan a top-level property of any object in the given sorted array and get the closest match to it. 2018-04-04 17:11:41 +01: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