public class CombatRenderer
extends java.lang.Object
Constructor and Description |
---|
CombatRenderer(com.badlogic.gdx.graphics.OrthographicCamera worldCamera)
Accepts the camera where the terrain lines will be drawn.
|
Modifier and Type | Method and Description |
---|---|
void |
render(com.jonathan.survivor.CombatLevel level)
Renders the given combatLevel's geometry using OpenGL ES lines.
|