Small macros for Twine, SugarCube 2
Download this repository and pick which macros you need. Each macro comes with a README.md
which has further instructions on installation and usage.
- Flash
- Advanced notification system with 14 optional settings.
- JavaScript method.
- Insertion of your own custom notification types.
- Screen reader ready. (Thanks RynGM for the suggestion)
- Mobile ready.
- Highly customizable!
- Dyslexia
- Simulate what dyslexia feels like to players/user.
- Customizable:
- Word size, the minimum amount of letters a word needs to be changed
- Chance, the minimum chance a word has to have letters switched
- Delay, the delay per interval for words to change in milliseconds
- Spoiler
- Hides words behind a blur.
- Customizable:
- Initial blur, the amount of blur in pixels.
- Hover over blur, the amount of blur in pixels when hovering over the blurred text.
- Hint text, help the player by hinting them to press or show another message you like.
- Word Wheel
- Creates a wheel of words that follows the cursor.
- Customizable:
- Text, the message to whirl around the cursor.
- font size, the size of the text.
- circle size, the diameter of the circle which whirls around the cursor.