Skip to content

Commit

Permalink
Merge branch 'master' of github.com:redbluegames/TypeText
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardrowe committed Dec 6, 2016
2 parents 3b186a1 + 1dc31f0 commit 01fa1db
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ if (Text.IsSkippable())

Features
--------
- **Support Text Speed**: ```<speed=0.05>Hello! my name is</speed>typetext.```
- **Support uGUI Tags**: ```<b>,<i>,<size>,<color>,...```
- **Support Skipping**
- **Support OnComplete Callback**
- **Dynamic Text Speed**: ```<speed=0.05>Hello! my name is</speed>typetext.```
- **uGUI Rich Text Tags**: ```<b>,<i>,<size>,<color>,...```
- **Skipping**
- **OnComplete Callback**
- **OnCharacterPrinted Callback (for audio)**
- **Unity4/5 Compatible**
- **Very Simple**

Expand All @@ -31,6 +32,7 @@ Screenshots
![TypeText Screenshot](https://cloud.githubusercontent.com/assets/1309940/11761719/06acaf9a-a111-11e5-8c35-1ec0bc06b470.PNG)


License
License and Credits
-------
**TypeText** is under MIT license. See the [LICENSE](LICENSE) file for more info.
- **TypeText** is under MIT license. See the [LICENSE](LICENSE) file for more info.
- Typing sound effect (UITextDisplay.wav) provided by @kevinrmabie. Free for others to use, no attribution necessary.

0 comments on commit 01fa1db

Please sign in to comment.