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.
TilingSprite
1 parent fb558a4 commit ba6156eCopy full SHA for ba6156e
engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/TilingSprite.java
@@ -3,6 +3,8 @@
3
/**
4
* A TilingSprite is a graphical entity which displays a tiling image. That image must be loaded into the viewer's texture cache, which you can
5
* configure by adding files to the <code>assets</code> folder of your game's project.
6
+ *
7
+ * @see <a href="http://pixijs.download/v4.8.5/docs/PIXI.extras.TilingSprite.html">PIXI TilingSprite</a>
8
*/
9
public class TilingSprite extends SpriteBasedEntity<TilingSprite> {
10
0 commit comments