We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb53bc commit a466aa9Copy full SHA for a466aa9
release.md
@@ -46,6 +46,9 @@
46
a `EntitySpawner` extends `Timer`, this method is also available for `EntitySpawner`.
47
* Added the option to remove a `EntitySpawner` from an `EntitySpawnerContainer`. Previously an `EntitySpawner` could
48
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).
52
53
## Bugfixes
54
0 commit comments