From d51d1d7434598d5e2c866ea9452764de1bc0433b Mon Sep 17 00:00:00 2001 From: Rezmason Date: Thu, 10 Jan 2019 10:58:43 -0800 Subject: [PATCH] Adding dropLength mention to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d4acb8..fde69ea 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Now you know link fu. Here's a list of customization options: - **version** - the version of the Matrix to simulate. Can be "paradise", "nightmare" or "1999" (default). - **width** - the number of columns (and rows) to draw. Default is 80. +- **dropLength** - the vertical scale of "raindrops" in the columns. Can be any number, even negative! Default is 1.0. - **animationSpeed** - the overall speed of the animation. Can be any number, even negative! Default is 1.0. - **fallSpeed** - the speed of the rain. Can be any number, even negative! Default is 1.0. - **cycleSpeed** - the speed that the glyphs change their symbol. Can be any number, even negative! Default is 1.0.