Skip to content

Commit

Permalink
yacare fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfloxolodeiro committed Oct 24, 2023
1 parent 14ad9f5 commit e420f87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actores/segundoCiclo/Capy/Yacare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Yacare extends ActorAnimado {
static _grilla = 'actor.yacare.png'

constructor() {
super(0, 0, {cantColumnas: 2});
super(0, 0, {cantColumnas: 1});
this.definirAnimacion("parado", [0], 1);
}
}
Binary file modified src/assets/actor.yacare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e420f87

Please sign in to comment.