Package | Description |
---|---|
com.codingame.gameengine.module.entities |
Modifier and Type | Method and Description |
---|---|
Sprite |
GraphicEntityModule.createSprite()
Creates a new Sprite entity, its graphical counterpart will be created on the frame currently being computed.
|
Sprite |
Sprite.setImage(java.lang.String image)
Sets the image for this
Sprite . |
Sprite |
Sprite.setImage(java.lang.String image,
Curve curve)
Sets the image for this
Sprite . |