summaryrefslogtreecommitdiff
path: root/doc/chickadee.texi
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-25 20:25:20 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-25 20:25:44 -0400
commitd64b09771a3987ede912ce62626cb478feb8bd4a (patch)
tree06d42b30ef4f5ca78e53a986024df0db38359287 /doc/chickadee.texi
parenta7ce7f386de7aff4ebe426004224d3e2c5c5d169 (diff)
Allow for changing the default clear color in run-game procedure.
Add a matching flag for 'chickadee play', too.
Diffstat (limited to 'doc/chickadee.texi')
-rw-r--r--doc/chickadee.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/chickadee.texi b/doc/chickadee.texi
index c6b2f07..a87a346 100644
--- a/doc/chickadee.texi
+++ b/doc/chickadee.texi
@@ -261,6 +261,13 @@ Make window resizable.
Update the game @var{n} times per second.
+@item --clear-color=@var{color}
+@itemx -c @var{color}
+
+Set the screen clear color to @var{color}, a hex code in the format
+@code{#RRGGBB}. For example, to set the clear color to black, pass
+@code{--clear-color=#000000}.
+
@item --repl
Launch a REPL in the terminal. This will allow the game environment