general improvements

This commit is contained in:
Kyle
2020-09-04 20:14:39 -07:00
parent 8682420fd3
commit 63cf30f8cd
5 changed files with 79 additions and 26 deletions

View File

@@ -1063,7 +1063,7 @@ var textCodeReferenceArray = [
['{flavor}', 'Moves to the next line, draws the flavor text bar, and italicizes the following text'],
['{i}', 'Italicizes the text'],
['{/i}', 'Removes italicization'],
['{fontsize#}', 'Changes the font size by # pixels (relative - use negative numbers to shrink text)'],
['{fontsize#}', 'Changes the font size by # pixels (relative - use negative integers to shrink text)'],
['{fontcolor#}', 'Changes the font color to #'],
['{left}', 'Aligns the text to the left'],
['{center}', 'Aligns the text to the center'],