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-18 11:17:10 +0100 |
commit | fe2c1529432be75b9a119918de0c654a06d7c075 (patch) | |
tree | 14b92ed486f0b9fc1748b35a57cf36747c86b2f5 | |
parent | 5d13589559b6117ff0851e692e1a3b34ee03087b (diff) | |
download | RustAndDust-fe2c1529432be75b9a119918de0c654a06d7c075.zip RustAndDust-fe2c1529432be75b9a119918de0c654a06d7c075.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; } |