From 91808586a8c5d67ae14484474172e9d63f3b1510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 16 Dec 2015 16:57:24 +0100 Subject: Config: default graphics is CHITS --- core/src/ch/asynk/rustanddust/game/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.1-2-g2b99