phaser/examples
photonstorm d8f5832fa2 Completely empty Tilemaps can now be created. This allows for dynamic map generation at runtime.
Loads of updates across most the Tilemap files. Not finished yet, still CSV loading to do and a multi-tileset issue to resolve, but it's a lot more flexible now.
2014-03-03 05:19:46 +00:00
..
_site Tween no longer copies all the object properties into the _valuesStart object on creation. 2014-03-03 02:40:59 +00:00
animation Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
assets Body.loadPolygon now parses all shapes that may exist in a JSON data file, and re-creates them all on the Body. Assumes shapes are CCW + Convex (tested working with Lime Exportor). Almost fixes #449 but Body rotation seems to screw orientation of shapes. 2014-02-28 05:46:02 +00:00
audio Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
basics Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
buttons Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
camera Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
collision Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
debug Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
display Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
filters Fixed the Tunnel filter. Had to patch Pixi to do it :( But no other choice for now until they merge my pull request. 2014-02-27 23:28:28 +00:00
games Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
geometry Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
groups Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
input Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
loader Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
misc Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
particles Integrated SAT. Fixed lots of examples. Fixed documentation. Added new examples and built new phaser.js file for testing. 2014-01-27 06:29:26 +00:00
physics Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
sprites Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
text Events.onInputUp would be dispatched twice if the Sprite had drag enabled, now only dispatched once (thanks Overbryd, fixes #502) 2014-03-02 11:31:26 +00:00
tile sprites Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
tilemaps Completely empty Tilemaps can now be created. This allows for dynamic map generation at runtime. 2014-03-03 05:19:46 +00:00
time Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
tweens Tween no longer copies all the object properties into the _valuesStart object on creation. 2014-03-03 02:40:59 +00:00
wip Completely empty Tilemaps can now be created. This allows for dynamic map generation at runtime. 2014-03-03 05:19:46 +00:00
world Updated all the examples to use the new Debug methods. 2014-03-03 01:19:31 +00:00
debug.php Final release 1.1.4 examples finished. 2014-02-05 16:55:02 +00:00
index.html Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00
sideview.html Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00