public class Rendering
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GAME_HEIGHT |
|
static int |
GAME_WIDTH |
Constructor | Description |
---|---|
Rendering() |
Modifier and Type | Method | Description |
---|---|---|
void |
doRendering(java.awt.Graphics2D g2d,
MyTank myTank,
EnemyTank enemyTank) |
Rendering all game elements based on the game state.
|
public static final int GAME_HEIGHT
public static final int GAME_WIDTH