Package com.toxicrain.rainengine.core
Class Constants
java.lang.Object
com.toxicrain.rainengine.core.Constants
The Constants class provides a convenient place to hold constants.
This class should not be used for any other purpose.
All constants should be declared
globally (i.e. public static). Do not put anything functional in this class.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
engineVersion
Engine's version- See Also:
-
engineMakers
- See Also:
-
credits
- See Also:
-
NPC_ZLEVEL
public static final float NPC_ZLEVELZ level for NPC's, allows the player to be draw over them- See Also:
-
PROJECTILE_ZLEVEL
public static final float PROJECTILE_ZLEVEL- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-