Skip to content

Commit

Permalink
Diffusion stage now switches animations
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Jan 30, 2024
1 parent e81000d commit 8e003c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wideboy/systems/scene/stages/diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def setup(self) -> None:
y=0,
z_order=5,
frames=self.cache.surfaces[self.cache_keys[self.cache_index]],
frame_delay=1,
frame_delay=2,
), # type: ignore[call-arg]
)

Expand Down

0 comments on commit 8e003c2

Please sign in to comment.