Package org.rspeer.game.gameval
Class InterfaceId.SailingIntroHud
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.SailingIntroHud
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.SailingIntroHud extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBORDERstatic intDODGER_HINTSstatic intFOREGROUNDstatic intHINT_LAYERstatic intHINT_TEXT_1static intHINT_TEXT_2static intUNIVERSE
-
Constructor Summary
Constructors Constructor Description SailingIntroHud()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER_HINTS
public static final int DODGER_HINTS
- See Also:
- Constant Field Values
-
HINT_LAYER
public static final int HINT_LAYER
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
FOREGROUND
public static final int FOREGROUND
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
HINT_TEXT_1
public static final int HINT_TEXT_1
- See Also:
- Constant Field Values
-
HINT_TEXT_2
public static final int HINT_TEXT_2
- See Also:
- Constant Field Values
-
-