From 14a6204bad9915137f61a7b0a01429e745d039bc Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 28 Feb 2011 01:56:05 -0800 Subject: [PATCH] Adds a new tank type, expands first level. --- data/config.yaml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/config.yaml b/data/config.yaml index 7080b0a..22f7b01 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -2,11 +2,11 @@ game: timeDilation : 1.0 gameoverDelay : 1000 debug: - showFpsGraph : false # enableGameLogging : false - # createGridCanvas : false + createGridCanvas : true createGridTable : false showGridCoords : false + showFpsGraph : false map: refSize : &ref_size 50 rockSizeMin : 12.5 -- 1.7.0.4