Skip to content

Commit e450702

Browse files
author
Andrew Start
committed
Documented the changes made for SpringRoll.
1 parent 8e155fa commit e450702

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,13 @@ file can be found at [gulp/utils/jsdoc.conf.json](https://github.com/GoodBoyDigi
177177
This content is released under the (http://opensource.org/licenses/MIT) MIT License.
178178

179179
[![Analytics](https://ga-beacon.appspot.com/UA-39213431-2/pixi.js/index)](https://github.com/igrigorik/ga-beacon)
180+
181+
## Changes made for SpringRoll ##
182+
* Added 'id' property to InteractionData, for easier tracking of distinct touches.
183+
* Added optional outPoint parameters to toLocal() and toGlobal() on DisplayObject.
184+
* Added 'stageout', 'stagein', 'stagedown', 'stagemove', and 'stageup' events to InteractionManager.
185+
* Added 'handleCursorChange' property to InteractionManager as a callback to handle cursor changes instead of modifying the canvas's CSS.
186+
* Added PIXI.utils.useFilenamesForTextures, a boolean to globally use filenames for texture ids instead of the full url.
187+
* Destruction of a BaseTexture destroys all Textures in the texture dictionary that reference that BaseTexture.
188+
* Made 'width' and 'height' properties on Container overrideable.
189+

0 commit comments

Comments
 (0)