public class Vars extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Vars.ControlMapping |
| Modifier and Type | Field and Description |
|---|---|
static String |
Ally_Color |
static Companion[] |
companions |
static HashMap<Vars.ControlMapping,Integer> |
Controls
The keyboard control mapping.
|
static boolean |
disableAudio
If this is true, no audio should play.
|
static String |
Enemy_Color |
static short |
maxLevel |
static int |
maxThreads
Maximum Threads playing at once (if this is reached, and a new one is
created, it will destroy the oldest one (the first one in the list).
|
static int |
menuWaitTime
The time it takes, in milliseconds, for the menu to refresh.
|
static Player |
player |
static String |
Selected_Color |
static short |
skillPointsOnLevel
How many skill points are given to the player to increase their stats on
level up.
|
| Constructor and Description |
|---|
Vars() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SetCompanions(Companion[] comps) |
static void |
setPlayer(Player p) |
public static Player player
public static Companion[] companions
public static int menuWaitTime
public static HashMap<Vars.ControlMapping,Integer> Controls
public static String Selected_Color
public static String Enemy_Color
public static String Ally_Color
public static short maxLevel
public static short skillPointsOnLevel
public static boolean disableAudio
public static int maxThreads
Copyright © 2022. All rights reserved.