Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlchristensen authored Oct 13, 2024
1 parent ad6b8c1 commit 5e3e995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def demo(screen: Screen):
renderer = EffectRenderer(
screen=screen,
frames=float("inf"),
time=0.1,
frame_time=0.1,
effect_type="snow",
background=" ",
transparent=False
Expand All @@ -102,4 +102,4 @@ def demo(screen: Screen):

if __name__ == "__main__":
Screen.show(main)
```
```

0 comments on commit 5e3e995

Please sign in to comment.