Skip to content

Commit a466aa9

Browse files
committed
[documentation] Updated the release docs
1 parent efb53bc commit a466aa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
a `EntitySpawner` extends `Timer`, this method is also available for `EntitySpawner`.
4747
* Added the option to remove a `EntitySpawner` from an `EntitySpawnerContainer`. Previously an `EntitySpawner` could
4848
only be paused; now it is possible to completely remove it (#195).
49+
* Added the option to access the instances of `YaegerEntity`, created by a `TileMap`. If a reference to the
50+
`TileMap` is still available, it can be used to call `getInstanceMap()`, which returns a two dimensional array of
51+
all instances created by the `TileMap` (#202).
4952

5053
## Bugfixes
5154

0 commit comments

Comments
 (0)