diff --git a/public/images/entities.png b/public/images/entities.png index ba74e10..aae252f 100644 Binary files a/public/images/entities.png and b/public/images/entities.png differ diff --git a/src/entities/silo.coffee b/src/entities/silo.coffee index b60be38..a4baae9 100644 --- a/src/entities/silo.coffee +++ b/src/entities/silo.coffee @@ -12,7 +12,7 @@ class Silo false changeAnimation: => - if @frame == 2 + if @frame == 1 @frame = 0 else @frame += 1