Package com.prineside.tdi2.enemies
Class IcyEnemy.IcyEnemyFactory
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
- Enclosing class:
- IcyEnemy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.prineside.tdi2.Enemy.Factory
clearPool, dispose, free, getDescription, getTextureSize, getTitle, obtain, setup
-
Constructor Details
-
IcyEnemyFactory
public IcyEnemyFactory()
-
-
Method Details
-
setupAssets
public void setupAssets()- Overrides:
setupAssets
in classEnemy.Factory<IcyEnemy>
-
getTexture
public com.badlogic.gdx.graphics.g2d.TextureRegion getTexture()- Specified by:
getTexture
in classEnemy.Factory<IcyEnemy>
-
getHighlightTexture
public com.badlogic.gdx.graphics.g2d.TextureRegion getHighlightTexture()- Specified by:
getHighlightTexture
in classEnemy.Factory<IcyEnemy>
-
getEmojiTexture
public com.badlogic.gdx.graphics.g2d.TextureRegion getEmojiTexture()- Overrides:
getEmojiTexture
in classEnemy.Factory<IcyEnemy>
-
create
-
getColor
public com.badlogic.gdx.graphics.Color getColor()- Specified by:
getColor
in classEnemy.Factory<IcyEnemy>
-