From 99892e8b0400ee2609083a1bd3dc92e441e4e36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:49:28 +0200 Subject: [PATCH] Add files via upload --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e979e03..b9678df 100644 --- a/README.md +++ b/README.md @@ -94,13 +94,14 @@ DialogueSystem.instance.Dialogue(dialogue, "Sound1", "Sound2"); //Start/Continue Text commands: -| | Sets font color within tags | -| --- | --- | -| | Sets font size within tags | -| | Draws a sprite from the TextMeshPro | -| | Pauses during a period of time | -| | Reproduces an animation | -| | Changes reveal speed | +```html + --> Sets font color within tags + --> Sets font size within tags + --> Draws a sprite from the TextMeshPro + --> Pauses during a period of time + --> Reproduces an animation + --> Changes reveal speed +``` ### SceneManager