phaser/v3/src
2017-05-02 16:18:58 +01:00
..
actions Start of shuffle action. 2017-05-01 01:44:29 +01:00
animation Add Animation Event + handler. 2017-05-02 16:18:58 +01:00
boot Swapped to perf.now. 2017-04-28 03:15:08 +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 Remove Animation event and handler. 2017-05-02 16:02:49 +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 Added tabIndex property. 2017-05-01 01:27:35 +01:00
geom Fixed typo in RectToTriangle and added in easy bounding box escape checks. 2017-04-04 01:22:23 +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 Created VariableTimeStep loop and integrated it into the Game and State Systems. 2017-04-27 17:03:19 +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 Using canvas buffer for generating tile texture 2017-04-28 15:10:32 -03: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 Created VariableTimeStep loop and integrated it into the Game and State Systems. 2017-04-27 17:03:19 +01:00
structs Fixed issue in Set. 2017-03-27 16:59:58 +01:00
textures Added Texture.getFrameNames which is handy for things like atlas imports or sprite sheets. 2017-04-28 04:30:32 +01:00
time Refactoring Game Loop to include MasterClock and State data packages. 2017-02-17 01:43:55 +00:00
utils Added Format String util. 2017-04-28 01:52:46 +01:00
checksum.js Add Animation Event + handler. 2017-05-02 16:18:58 +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