You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,8 @@ Version 2.1.2 - "Whitebridge" - in development
95
95
* BitmapData.textureLine takes a Phaser.Line object and an image in the image cache. It then accurately draws the image as a repeating texture for the full length of the line.
96
96
* AnimationManager.name will now return the `name` property of the currently playing animation, if any.
97
97
* Group.filter takes a predicate function and passes child, index, and the entire child array to it. It then returns an ArrayList containing all children that the predicate returns true for (thanks @codevinsky#1187)
98
+
* Cache.checkUrl allows you to check if a resource is in the cache based on an absolute URL (thanks @englercj#1221)
99
+
* Cache.getUrl gets a resource from the cache based on the absolute URL it was loaded from (thanks @englercj#1221)
0 commit comments