Physics shape offset now finally working

This commit is contained in:
Richard Davey
2013-05-30 03:54:51 +01:00
parent 0fad46e04b
commit f2054f8a2a
12 changed files with 1545 additions and 1390 deletions
+3
View File
@@ -28,6 +28,7 @@ TODO:
* Fix bug in Tween yoyo + loop combo
* Copy the setTransform from Sprite to Camera
* Move Camera.scroll.x to just Camera.x/y
* Get AABB offset working somehow
@@ -47,6 +48,8 @@ V1.0.0
* Sprite.modified is set to true if scale, rotation, skew or flip have been used.
* Added Tween.loop property so they can now re-run themselves indefinitely.
* Added Tween.yoyo property so they can reverse themselves after completing.
* Added Gravity to the Physics component.
V0.9.6