This commit is contained in:
Marcus 2024-01-05 05:58:51 +01:00
parent 9b5ba44a3d
commit 7b178ba39f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ text: create a textbox (env TEXT, FONTSIZE, SIZE, COLOR, BGCOLOR, BORDERCOLOR
MODE: static (env X and Y for position)
chaos (env X_MAX and Y_MAX for position range)
shake (env X and Y for position range)
shake (env X and Y for position)
cursor
bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size)

View File

@ -544,7 +544,7 @@ case $1 in
echo ""
echo "MODE: static (env X and Y for position)"
echo " chaos (env X_MAX and Y_MAX for position range)"
echo " shake (env X and Y for position range)"
echo " shake (env X and Y for position)"
echo " cursor"
echo " bounce (env Y_MAX and X_MAX for max bounce range, BOUNCESTEP for step size)"
echo ""