summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-12-29 13:13:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-12-29 13:13:47 +0100
commit96faa1b124798ebefbf34d1de14c6da93797019c (patch)
tree1da87552e1bd156aba25d8a54d700c8b8396ad87 /core/src/ch/asynk/rustanddust
parent424416d2f58f17addf8e3f4ecd0f54ace5ee38fb (diff)
downloadRustAndDust-96faa1b124798ebefbf34d1de14c6da93797019c.zip
RustAndDust-96faa1b124798ebefbf34d1de14c6da93797019c.tar.gz
Config: graphics default to CHITS
Diffstat (limited to 'core/src/ch/asynk/rustanddust')
-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 4085d1b..180cd76 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.TANKS;
+ this.graphics = Graphics.CHITS;
this.battle = null;
this.fxVolume = 1f;
}