diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-12-29 13:13:47 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-12-29 13:13:47 +0100 |
commit | 96faa1b124798ebefbf34d1de14c6da93797019c (patch) | |
tree | 1da87552e1bd156aba25d8a54d700c8b8396ad87 /core/src | |
parent | 424416d2f58f17addf8e3f4ecd0f54ace5ee38fb (diff) | |
download | RustAndDust-96faa1b124798ebefbf34d1de14c6da93797019c.zip RustAndDust-96faa1b124798ebefbf34d1de14c6da93797019c.tar.gz |
Config: graphics default to CHITS
Diffstat (limited to 'core/src')
-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 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; } |