Package common
Interface Configuration
- All Known Implementing Classes:
FSM,TransitionTable
public interface Configuration
Container for various parameters used globally
- Author:
- Krish Pillai
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumCanvas boundaries - North, South, East, and West -
Field Summary
Fields
-
Field Details
-
DEFAULT_FRAME_RATE
static final int DEFAULT_FRAME_RATE- See Also:
-
DRAWABLE_DIR
Location of image files within the package- See Also:
-
AUDIO_DIR
Location of audio files within the package- See Also:
-
GAMELOGGER
Logger for the framework -
setViewCallChain
Call chain for setView()- See Also:
-