public class Config
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
configFileName
name of the config file
|
static java.lang.String |
defaultGamesFolder
the default place where the game specifications are located
|
static java.lang.String |
defaultImagePath
the default place where the images are located
|
java.lang.String |
gamesFolder
the place where the game specifications are located
|
java.lang.String |
imagePath
the place where the images are located
|
Constructor and Description |
---|
Config(GameLogger logger)
create a new empty config
|
public static final java.lang.String configFileName
public static final java.lang.String defaultGamesFolder
public java.lang.String gamesFolder
public static final java.lang.String defaultImagePath
public java.lang.String imagePath
public Config(GameLogger logger)