Solarus-Games English Forum

Community => Your scripts => Topic started by: Zefk on November 16, 2016, 02:40:05 PM

Title: Character Input Script
Post by: Zefk on November 16, 2016, 02:40:05 PM
About:
This script allows the payer to input names using a textbox.

Download Demo:
Character Input Script (https://mega.nz/#!nIUGAAAQ!pGCUBRkOZqd5B2twBexOvLr9FKY4fUenqDZLA9Eqd0Y)

Features:
1.Use bitmaps(png,etc) for alphabet
2.Use of sol.text_suface for font packages (Any Solarus compatible font package you want)
3.Input text for characters names or anything you want.
4.Backspace. You are able to delete.
5.Move in all directions and loop around.
6.The ability to position or change coordinates of the input string. x/y-axis
7.Easy to change! Go down to the comment, "CHANGE SETTINGS AREA:" at the beginning of the script.
8.A RGB color reference comment list at the end of the script
9.The ability to easily change the font in, "CHANGE SETTINGS AREA:."
10.Easily change the font color in, "CHANGE SETTINGS AREA:." Uses RGB color, so check the reference list at the end of the script.
11.Easily change the font size in, "CHANGE SETTINGS AREA:."

YouTube Preview:
Character Input Script (https://youtu.be/89eTdWEIxII)

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

Next Script:
I will be working on releasing my name picking list script.