Browse Source

Use Turkey from cache

Load_Fix
Robert Chen 11 years ago
parent
commit
213c7d36aa
  1. 2
      js/screens.js
  2. BIN
      res/TurkeySprite.png
  3. BIN
      res/screens/.DS_Store

2
js/screens.js

@ -89,7 +89,7 @@ function MainScreen( stage, gameState ){ @@ -89,7 +89,7 @@ function MainScreen( stage, gameState ){
var turkeyAnimations = { peck:[14,24,"peck"], ruffle:[0,13,"ruffle"], stare:[25,35,"stare"] };
var data = {
images: ["res/TurkeySprite.png"],
images: ["res/screens/MainScreen/TurkeySprite.png"],
frames: { width:400, height:350 },
animations: turkeyAnimations
};

BIN
res/TurkeySprite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

BIN
res/screens/.DS_Store vendored

Binary file not shown.
Loading…
Cancel
Save