Skip to content

Commit

Permalink
fix: rendering pokemon frame 2
Browse files Browse the repository at this point in the history
  • Loading branch information
2jun0 committed May 31, 2024
1 parent e5982b5 commit 1f3f06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renders/svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _render_pokemons(self, pokemons: list[Pokemon], face: PokemonFace, height: i
offset=rendering_pokemon.offset,
delay=rendering_pokemon.delay,
frame_1=rendering_pokemon.frames[0],
frame_2=rendering_pokemon.frames[0],
frame_2=rendering_pokemon.frames[1],
)

def _rendering_pokmemons(
Expand Down

0 comments on commit 1f3f06a

Please sign in to comment.