public class AniTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_INPUT_SPEED |
static java.lang.String |
TITLE |
| Constructor and Description |
|---|
AniTest() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.image.ImageView |
drawCharacter(IEntity character) |
java.lang.String |
getTitle()
Returns name of the game.
|
javafx.scene.Scene |
init(int width,
int height)
Create the game's scene
|
void |
initEngine() |
void |
step(double dt) |
public static final java.lang.String TITLE
public static final int KEY_INPUT_SPEED
public java.lang.String getTitle()
public javafx.scene.Scene init(int width,
int height)
public void initEngine()
public void step(double dt)
public javafx.scene.image.ImageView drawCharacter(IEntity character)