Added Text.destroy and BitmapText.destroy.

This commit is contained in:
photonstorm
2013-10-17 15:40:44 +01:00
parent 4b2ac6c6c6
commit 275fa4641e
6 changed files with 92 additions and 6 deletions
+2
View File
@@ -123,6 +123,8 @@ Version 1.0.7 (in progress in the dev branch)
* Fixed an issue where creating an animation with just one frame with an index of zero would cause a UUID error (thanks SYNYST3R1)
* Fixed Rectangle.union (thanks andron77)
* Debug.renderSpriteBody updated to use a the new Sprite.Body.screenX/Y properties.
* Added Text.destroy() and BitmapText.destroy(), also updated Group.remove to make it more bullet-proof when an element doesn't have any events.