apoSkunkman.level
Class ApoSkunkmanLevelConstants

java.lang.Object
  extended by apoSkunkman.level.ApoSkunkmanLevelConstants

public class ApoSkunkmanLevelConstants
extends java.lang.Object

Klasse, die Konstanten für die Level-Generierung bereitstellt

Author:
Enrico Ebert

Field Summary
static byte DOWN
          ByteKonstante für unten keine Wand
static byte LEFT
          ByteKonstante für links keine Wand
static int LEVEL_GENERATION_DEFAULT
          Konstante für Default-Strategie
static float LEVEL_GOALX_TIME_SCALE
          Konstante für GoalX Zeit-Skalierung
static byte RIGHT
          ByteKonstante für rechts keine Wand
static byte UP
          ByteKonstante für oben keine Wand
static byte VISITED
          ByteKonstante für besuchte Gebiete
 
Constructor Summary
ApoSkunkmanLevelConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISITED

public static final byte VISITED
ByteKonstante für besuchte Gebiete

See Also:
Constant Field Values

RIGHT

public static final byte RIGHT
ByteKonstante für rechts keine Wand

See Also:
Constant Field Values

UP

public static final byte UP
ByteKonstante für oben keine Wand

See Also:
Constant Field Values

LEFT

public static final byte LEFT
ByteKonstante für links keine Wand

See Also:
Constant Field Values

DOWN

public static final byte DOWN
ByteKonstante für unten keine Wand

See Also:
Constant Field Values

LEVEL_GOALX_TIME_SCALE

public static final float LEVEL_GOALX_TIME_SCALE
Konstante für GoalX Zeit-Skalierung

See Also:
Constant Field Values

LEVEL_GENERATION_DEFAULT

public static final int LEVEL_GENERATION_DEFAULT
Konstante für Default-Strategie

See Also:
Constant Field Values
Constructor Detail

ApoSkunkmanLevelConstants

public ApoSkunkmanLevelConstants()