phaser/v3/src
2017-05-17 04:38:00 +01:00
..
actions Start of shuffle action. 2017-05-01 01:44:29 +01:00
animation Added some comments. 2017-05-09 15:39:59 +01:00
boot Added window focus and blur handler to catch raf throttling outside of page visibility changes. 2017-05-09 15:39:30 +01:00
cache Game Cache added and tests written and working. 2017-01-30 16:56:04 +00:00
camera camera follow 2017-03-13 15:17:14 -03:00
canvas New canvas GetContext function. 2017-02-07 18:44:35 +00:00
components Added SetAlpha function for method chaining. 2017-05-17 04:37:42 +01:00
device Removed global scene graph. New system works with camera system 2017-02-20 21:38:22 -03:00
dom Moved the raf after the callback. 2017-04-28 03:13:32 +01:00
events Finished off Key Combo support. All config options now working correctly. 2017-02-21 23:01:05 +00:00
gameobjects Mesh GameObject base 2017-05-16 19:07:52 -04:00
geom Moved Hermite into new Phaser.Path namespace and folder. 2017-05-16 13:13:25 +01:00
graphics Merge pull request #2990 from johnfn/patch-1 2017-04-20 12:47:08 +01:00
input Renamed GetObjectValue to GetValue and replaced through-out entire codebase. More consistent now with GetAdvancedValue, etc. 2017-04-26 16:03:22 +01:00
loader Added AnimationJSON Loader File type. 2017-04-12 15:27:05 +01:00
math Fixed Linear ease map entry. 2017-05-17 02:47:14 +01:00
paths Moved Hermite into new Phaser.Path namespace and folder. 2017-05-16 13:13:25 +01:00
physics Merged in Matter.js 2017-03-08 23:53:58 +00:00
polyfills eslint fixes 2017-04-28 03:13:22 +01:00
renderer Snapshot implementation 2017-05-16 15:15:01 -04:00
snapshot Snapshot implementation 2017-05-16 15:15:01 -04:00
sound Renamed GetObjectValue to GetValue and replaced through-out entire codebase. More consistent now with GetAdvancedValue, etc. 2017-04-26 16:03:22 +01:00
state TweenManager.begin is now called. 2017-05-17 04:37:30 +01:00
structs Fixed issue in Set. 2017-03-27 16:59:58 +01:00
textures Graphics canvas texture generation 2017-05-10 21:24:57 -03:00
time Refactoring Game Loop to include MasterClock and State data packages. 2017-02-17 01:43:55 +00:00
tween Updated Tween class so it now supports delay, repeat and yoyo. 2017-05-17 04:38:00 +01:00
utils Optimized for number first quick escape. 2017-05-17 02:47:14 +01:00
checksum.js Updated Tween class so it now supports delay, repeat and yoyo. 2017-05-17 04:38:00 +01:00
const.js RTL boolean. 2017-03-21 21:08:30 +00:00
phaser.js Animations working :) 2017-04-05 01:15:53 +01:00