Commit graph

9 commits

Author SHA1 Message Date
Anders Nissen
8a0036178e Even more clean-up 2014-02-13 20:17:03 +01:00
alvinsight
f1795c15f3 Docs, examples again, test folder, removeAll func 2014-02-10 18:15:08 +00:00
alvinsight
2134e4f30c Cleaned the examples and the src a bit, plus docs 2014-02-06 18:05:23 +00:00
mattdesl
ddb24d7fe0 - using a single JS source for all examples instead of duplicating files unnecessarily.
- updating Gruntfile and package.json to include grunt-concat-sourcemap and grunt-contrib-watch for easier development.
- use "grunt build-debug" to build a source-mapped file to pixi.dev.js -- or use "grunt watch" during development of examples to auto build-debug any JS changes to PIXI source or the example files.
2013-10-23 11:44:34 -04:00
Dr. Kibitz
aecd78d635 Remove trailing whitespace 2013-09-24 08:49:50 -07:00
Mat Groves
3d552dd503 setInteractive replaced with getter/setter "interactive"
setInteractive Deprecated
examples updated
2013-06-24 17:20:33 +01:00
Mat Groves
164e35e5f0 buttonMode added and documented 2013-05-01 11:03:52 +01:00
Mat Groves
03838313c8 Tweaked interaction example
made use of mouseupoutside and touchendoutside
2013-04-20 16:02:50 +01:00
Mat Groves
f5cc062922 Interactivity Added
-Interaction Manager added to pixi.js to enable mouse and touch
interactivity.

- Interactive example added to examples folder

- docs updated

- build file updated
2013-03-20 20:22:05 +00:00