Update README.md

This commit is contained in:
Gerard Gascón 2022-09-23 09:13:16 +02:00 committed by GitHub
parent 10cccc9b70
commit ff9831ed0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,7 @@ Text commands:
<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
<snd:soundname> --> Plays a sound from the AudioManager
``` ```
### SceneManager ### SceneManager
@ -142,4 +143,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. 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. Also you can right click in the Hierarchy for easily creating some GameObjects with the Tools in it.