Modify Namebox adjustments

This commit is contained in:
2021-07-02 13:39:30 +10:00
parent f2164ab113
commit 5c18593a75
2 changed files with 6 additions and 6 deletions

View File

@ -119,12 +119,12 @@ define gui.textbox_yalign = 1.0
## The placement of the speaking character's name, relative to the textbox.
## These can be a whole number of pixels from the left or top, or 0.5 to center.
define gui.name_xpos = 285
define gui.name_xpos = 395
define gui.name_ypos = -90
## The horizontal alignment of the character's name. This can be 0.0 for left-
## aligned, 0.5 for centered, and 1.0 for right-aligned.
define gui.name_xalign = 0.0
define gui.name_xalign = 0.5
## The width, height, and borders of the box containing the character's name, or
## None to automatically size it.