Skip to content

Commit ba6156e

Browse files
author
Valentin Vetter
committed
docs(sdk): improve TilingSprite javadoc
1 parent fb558a4 commit ba6156e

File tree

1 file changed

+2
-0
lines changed
  • engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities

1 file changed

+2
-0
lines changed

engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/TilingSprite.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/**
44
* 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
55
* 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>
68
*/
79
public class TilingSprite extends SpriteBasedEntity<TilingSprite> {
810

0 commit comments

Comments
 (0)