Skip to content

Commit 041bbd4

Browse files
committed
Tilemap.getTile has a new nonNull parameter. If true it won't return null for empty tiles, but will return the actual Tile in that location.
1 parent 63abd17 commit 041bbd4

3 files changed

Lines changed: 231 additions & 48 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Version 2.0.5 - "Tanchico" - in development
6565
* Pointer.type and Pointer.exists properties added.
6666
* QuadTree.retrieve can now accept either a Sprite with a physics body or a Phaser.Rectangle as its parameter.
6767
* PluginManager.add now accepts additional parameters and if given a function it will pass them all to the Plugin constructor.
68+
* Tilemap.getTile has a new nonNull parameter. If true it won't return `null` for empty tiles, but will return the actual Tile in that location.
6869

6970

7071
### New Features

0 commit comments

Comments
 (0)