Add files via upload

This commit is contained in:
Gerard Gascón 2022-09-15 17:49:28 +02:00 committed by GitHub
parent 505584b91e
commit 99892e8b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,13 +94,14 @@ DialogueSystem.instance.Dialogue(dialogue, "Sound1", "Sound2"); //Start/Continue
Text commands: Text commands:
| <color=color></color> | Sets font color within tags | ```html
| --- | --- | <color=color></color> --> Sets font color within tags
| <size=percentage></size> | Sets font size within tags | <size=percentage></size> --> Sets font size within tags
| <sprite=index> | Draws a sprite from the TextMeshPro | <sprite=index> --> Draws a sprite from the TextMeshPro
| <p:[tiny,short,normal,long,read]> | Pauses during a period of time | <p:[tiny,short,normal,long,read]> --> Pauses during a period of time
| <anim:[wobble,wave,rainbow,shake]></anim> | Reproduces an animation | <anim:[wobble,wave,rainbow,shake]></anim> --> Reproduces an animation
| <sp:number></sp> | Changes reveal speed | <sp:number></sp> --> Changes reveal speed
```
### SceneManager ### SceneManager