From 629841b912d742b9b783ac3009d4e636a21d7a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:06:48 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9678df..d5b7394 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,9 @@ Text commands: --> Pauses during a period of time --> Reproduces an animation --> Changes reveal speed + --> Plays a sound effect + --> Fades a music out + --> Fades a music in ``` ### SceneManager @@ -142,4 +145,4 @@ timer.Restart(); //Restarts the timer You can easily set up some things by right clicking in your Project Tab and then selecting Tools and clicking on the one you want to create. -Also you can right click in the Hierarchy for easily creating some GameObjects with the Tools in it. \ No newline at end of file +Also you can right click in the Hierarchy for easily creating some GameObjects with the Tools in it.