diff --git a/js/ui.js b/js/ui.js index 0bada62..36d1f2e 100644 --- a/js/ui.js +++ b/js/ui.js @@ -360,10 +360,10 @@ function OvenUI( stage, gameState ){ turkeyStates[4].alpha = 1; panFront.alpha = 1; - for(i in turkeyStates){ + /*for(i in turkeyStates){ stage.addChild(turkeyStates[i]); - } + }*/ stage.addChild(panFront); } // Pan front goes here