Package com.dicycat.kroy.entities
Class UFO
- java.lang.Object
-
- com.dicycat.kroy.GameObject
-
- com.dicycat.kroy.entities.Entity
-
- com.dicycat.kroy.entities.UFO
-
public class UFO extends Entity
Mobile hostile entity. Fires at the player when within range.- Author:
- Riju De
-
-
Constructor Summary
Constructors Constructor Description UFO(com.badlogic.gdx.math.Vector2 spawnPos)
-
Method Summary
Modifier and Type Method Description void
update()
Method is called every frame (If added to the gameobjects list in GameScreen)-
Methods inherited from class com.dicycat.kroy.entities.Entity
applyDamage, getHealthPoints, isAlive
-
Methods inherited from class com.dicycat.kroy.GameObject
changePosition, die, getCentre, getHeight, getOriginX, getOriginY, getPosition, getRotation, getSprite, getTexture, getTextureHeight, getTextureWidth, getWidth, getX, getXScale, getY, getYScale, isDisplayable, isRemove, render, setPosition, setRemove, setRotation
-
-