From 81935e27904cbb766db9402f5f0a67335b459aa3 Mon Sep 17 00:00:00 2001 From: Haroldo de Oliveira Pinheiro Date: Tue, 20 Sep 2022 19:21:03 -0300 Subject: [PATCH] Add the `stop` command to the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1a3586d..391b701 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Starts playing a `.vgm`/`.xgm` music in the background. ### `sound` Plays a digitized sound. +### `stop` + +Stops the music and/or sound. + ### `image` Allows drawing a small image in `.png` format somewhere in the background. Note that the image must be paletized, with 16 colors. Future versions of this tool will probably convert the image *automagically*.