-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from yaleksander/main
added dynamic speed and sound control
- Loading branch information
Showing
2 changed files
with
86 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"author":"SpunkyAmbassador","category":3,"commands":[{"defaultParameters":[{"description":"ID of the text box","id":-1,"name":"id"},{"defaultValue":{"k":8,"v":""},"id":-1,"name":"text"},{"defaultValue":{"k":12,"v":50},"description":"Minimum time interval between typing letters in miliseconds","id":-1,"name":"minTime"},{"defaultValue":{"k":12,"v":100},"description":"Maximum time interval between typing letters in miliseconds","id":-1,"name":"maxTime"},{"description":"x position of text box","id":-1,"name":"x"},{"description":"y position of text box","id":-1,"name":"y"},{"defaultValue":{"k":12,"v":100},"description":"Height of text box","id":-1,"name":"height"},{"defaultValue":{"k":12,"v":640},"description":"Width of text box","id":-1,"name":"width"}],"description":"Shows text in typewriting effect. Printing letter by letter.","id":1,"name":"Show Text"}],"description":"Prints messages letter by letter, giving it a typewriter effect.\n\n---\n\nTutorial -\nTo add typewriting text, just use \"Show Text\" command and tweak the parameters to your liking.\n\nTo remove text box, use \"Remove A Picture\" command. The ID of picture has to be same as ID of the box.\n\n---\n\nCredits to @Russo (russodafederal) for \"Multiple Window Boxes\" plugin as majority of code is reused from that plugin.","name":"Typewriter Text","tutorial":"See Description","website":"https://github.com/SpunkyAmbassador/Typewriter-Text"} | ||
{"author":"SpunkyAmbassador","category":3,"commands":[{"defaultParameters":[{"description":"ID of the text box","id":-1,"name":"id"},{"defaultValue":{"k":8,"v":""},"id":-1,"name":"text"},{"description":"x position of text box","id":-1,"name":"x"},{"description":"y position of text box","id":-1,"name":"y"},{"defaultValue":{"k":12,"v":100},"description":"Height of text box","id":-1,"name":"height"},{"defaultValue":{"k":12,"v":640},"description":"Width of text box","id":-1,"name":"width"}],"description":"Shows text in typewriting effect. Printing letter by letter.","id":1,"name":"Show Text"},{"defaultParameters":[{"description":"ID of the text to be checked","id":-1,"name":"textID"},{"description":"ID of the variable to store the result","id":-1,"name":"varID"}],"description":"Checks if a text of given ID is done typing and stores the result (ON/OFF) on a variable","id":2,"name":"Is done typing"}],"defaultParameters":[{"description":"ID of the variable that holds the character typing interval, in seconds","id":-1,"name":"Text speed variable ID"},{"description":"ID of the variable that holds the sound to be played when each character is typed","id":-1,"name":"Text sound variable ID"}],"description":"Prints messages letter by letter, giving it a typewriter effect.\n\n---\n\nTutorial -\nTo add typewriting text, just use \"Show Text\" command and tweak the parameters to your liking.\n\nTo remove text box, use \"Remove A Picture\" command. The ID of picture has to be same as ID of the box.\n\n---\n\nCredits to @Russo (russodafederal) for \"Multiple Window Boxes\" plugin as majority of code is reused from that plugin.","name":"Typewriter Text","parameters":[{"defaultValue":{"k":12,"v":33},"description":"ID of the variable that holds the character typing interval, in seconds","id":-1,"name":"Text speed variable ID"},{"defaultValue":{"k":12,"v":34},"description":"ID of the variable that holds the sound to be played when each character is typed","id":-1,"name":"Text sound variable ID"}],"tutorial":"See Description","type":1,"version":"1.1.0","website":"https://github.com/SpunkyAmbassador/Typewriter-Text"} |