You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Due to emojis having a different character width, using the emoji pipe kind along side another pipe kind can cause spacing issues._
91
92
@@ -100,7 +101,7 @@ There are also command line options that can be used to override parts of the co
100
101
|`-d`| sets the delay in ms |`-d 15`|
101
102
|`-i`| toggles if pipes inherit style when hitting the edge |`-i false`|
102
103
|`-k`| sets the kinds of pipes, each kind separated by commas |`-k heavy,curved`|
103
-
|`-p`| sets the number of pipes onscreen |`-p 5`|
104
+
|`-p`| sets the number of pipes on screen|`-p 5`|
104
105
|`-r`| sets the percentage of the screen to be filled before resetting |`-r 0.75`|
105
106
|`-t`| chance of a pipe turning each frame |`-t 0.15`|
106
107
|`--palette`| sets the color palette, RGB mode only |`--palette pastel`|
@@ -109,7 +110,7 @@ There are also command line options that can be used to override parts of the co
109
110
110
111
### Contributors
111
112
112
-
pipes-rs is maintained by [lhvy](https://github.com/lhvy) and [arzg](https://github.com/arzg); any other contributions via PRs are welcome! Forks and modifications are implicitly dual-licensed under Apache 2.0 OR MIT. Please credit the above contributers and pipes.sh when making modifications.
113
+
pipes-rs is maintained by [lhvy](https://github.com/lhvy) and [arzg](https://github.com/arzg); any other contributions via PRs are welcome! Forks and modifications are implicitly dual-licensed under Apache 2.0 OR MIT. Please credit the above contributors and pipes.sh when making modifications.
0 commit comments