From 7b05eef359d1318d59a09605307c46be4564dcfd Mon Sep 17 00:00:00 2001 From: Michael Townsend Date: Thu, 21 Aug 2014 17:26:18 -0400 Subject: [PATCH] Fix blinking buildings --- www/js/app/gamecontent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/app/gamecontent.js b/www/js/app/gamecontent.js index 7f3b82d..8518ac2 100644 --- a/www/js/app/gamecontent.js +++ b/www/js/app/gamecontent.js @@ -165,7 +165,7 @@ define({ cost: {}, requiredLevel: 4, prestigeDependency: 'blacksmith', - animationFrames: 4, + animationFrames: 1, tileMod: 'grain', tileLevel: 2, replaces: 'shack', @@ -181,7 +181,7 @@ define({ cost: {}, requiredLevel: 7, prestigeDependency: 'blacksmith3', - animationFrames: 4, + animationFrames: 1, tileMod: 'grain', tileLevel: 3, replaces: 'house', @@ -197,7 +197,7 @@ define({ cost: {}, requiredLevel: 10, prestigeDependency: 'blacksmith6', - animationFrames: 4, + animationFrames: 1, tileMod: 'grain', tileLevel: 4, replaces: 'fort',