summaryrefslogtreecommitdiffstats
path: root/core/src/ch
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-12-17 15:25:19 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-12-28 18:51:57 +0100
commit55a1b8832ec7b278375b4bd00bbac7b96e1c6d1f (patch)
tree072a41cdd70ac65b689a2074e3b71720f8d43af9 /core/src/ch
parent8a2a72fd71d67c985ec881cbff7ebbf133c162b5 (diff)
downloadRustAndDust-55a1b8832ec7b278375b4bd00bbac7b96e1c6d1f.zip
RustAndDust-55a1b8832ec7b278375b4bd00bbac7b96e1c6d1f.tar.gz
Config: set TANKS as default
Diffstat (limited to 'core/src/ch')
-rw-r--r--core/src/ch/asynk/rustanddust/game/Config.java2
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;
}