public class FogOfWar
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.newdawn.slick.geom.Shape |
fogShape |
org.newdawn.slick.Image |
fowTex |
org.newdawn.slick.Image |
fowTile |
java.awt.image.BufferedImage |
fowTileBuf |
org.newdawn.slick.Image |
visArea |
Constructor and Description |
---|
FogOfWar() |
Modifier and Type | Method and Description |
---|---|
void |
draw(float x,
float y,
float width,
float height) |
void |
drawTile(float x,
float y,
float scale)
Draws FOW tile (32x32)
|
void |
drawVis(float x,
float y,
float scale) |
public org.newdawn.slick.Image fowTex
public org.newdawn.slick.Image visArea
public org.newdawn.slick.Image fowTile
public java.awt.image.BufferedImage fowTileBuf
public org.newdawn.slick.geom.Shape fogShape