Solarus-Games English Forum

Community => Your scripts => Topic started by: Zefk on November 12, 2016, 02:30:37 PM

Title: Menu Dialog Display
Post by: Zefk on November 12, 2016, 02:30:37 PM
About:
This script displays text. You can pass a variable value or string into it using concatenation or use it for a dialog box. I made this mainly for a stat menu I am designing.

Download Demo:
Menu Dialog Display (https://mega.nz/#!DJ1BhY7L!48mBo4G_VBvOdKNNtte0iKTEpLLMVNnlzKFMA0E9sPg)

Features:
1.Use bitmaps(png,etc) for numbers or any alien numbering system images
2.Use of sol.text_suface for font packages (Any Solarus compatible font package you want)
3.The ability to display text on the string. You can use it for menu text or a simple dialog box. I designed it mainly for menus.
4.The ability to pass a variable value or string into the the text using concatenation.
5.One can reverse the string, change spacing, and overwrite it with a new string.
6.The ability to position or change coordinates of the string.
7.Able to make the string diagonal and move the diagonal string down the y-axis.
8.Easy to change! Go down to the comment, "CHANGE SETTINGS AREA:" at the beginning of the script.
9.A RGB color reference comment list at the end of the script
10.The ability to easily change the font in, "CHANGE SETTINGS AREA:."
11.Easily change the font color in, "CHANGE SETTINGS AREA:." Uses RGB color, so check the reference list at the end of the script.
12.Easily change the font size in, "CHANGE SETTINGS AREA:."

YouTube Preview:
Menu Dialog Display (https://www.youtube.com/watch?v=Ly9qfRQwItk&feature=youtu.be)

Gif Preview:
(https://media.giphy.com/media/3oriOhNduIlMHDpIY0/source.gif)