diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-12-17 15:25:19 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-12-28 18:51:57 +0100 |
commit | 55a1b8832ec7b278375b4bd00bbac7b96e1c6d1f (patch) | |
tree | 072a41cdd70ac65b689a2074e3b71720f8d43af9 | |
parent | 8a2a72fd71d67c985ec881cbff7ebbf133c162b5 (diff) | |
download | RustAndDust-55a1b8832ec7b278375b4bd00bbac7b96e1c6d1f.zip RustAndDust-55a1b8832ec7b278375b4bd00bbac7b96e1c6d1f.tar.gz |
Config: set TANKS as default
-rw-r--r-- | core/src/ch/asynk/rustanddust/game/Config.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/Config.java b/core/src/ch/asynk/rustanddust/game/Config.java index 180cd76..4085d1b 100644 --- a/core/src/ch/asynk/rustanddust/game/Config.java +++ b/core/src/ch/asynk/rustanddust/game/Config.java @@ -68,7 +68,7 @@ public class Config this.showTargets = true; this.showMoveAssists = true; this.showEnemyPossibilities = false; - this.graphics = Graphics.CHITS; + this.graphics = Graphics.TANKS; this.battle = null; this.fxVolume = 1f; } |