- Jun 2, 2018
- 543
- 686
My images are ysize 798 with a 282 textbox (default)
They are made this way to rest above the say screen seamlessly, nothing more...
I feel a bit controlled or maybe inhibited, but I can handle that cause I'm an adult.
As you see I get some results that are "acceptable".
Now let's put a custom image as the text box background so my game looks less like a freshman powerpoint slideshow:
As you see I get some results that are "completely trash".
The spacing between the image and the textbox not only looks bad, but is so distracting it makes the game uplayable.
I wanted to show you what it looks like when there's a .png image there and there's a gap under someone's legs but you'd probably lose your eye-sight.
I'm trying to figure out where in the options and settings this is happening.
Or just a way to write in the character definition that I don't need the extra pixel decoration.
Is this padding or an appended vbox image? It's a mystery...
Any help would be appreciated, thanks all.
They are made this way to rest above the say screen seamlessly, nothing more...
I feel a bit controlled or maybe inhibited, but I can handle that cause I'm an adult.
As you see I get some results that are "acceptable".
Now let's put a custom image as the text box background so my game looks less like a freshman powerpoint slideshow:
Python:
define d2 = Character("Lou111", image = "duck", color="#005CFF", window_background="/gui/textbox duck.png")
As you see I get some results that are "completely trash".
The spacing between the image and the textbox not only looks bad, but is so distracting it makes the game uplayable.
I wanted to show you what it looks like when there's a .png image there and there's a gap under someone's legs but you'd probably lose your eye-sight.
I'm trying to figure out where in the options and settings this is happening.
Or just a way to write in the character definition that I don't need the extra pixel decoration.
Is this padding or an appended vbox image? It's a mystery...
Any help would be appreciated, thanks all.