Transparent background
Posted: Wed Feb 10, 2016 11:17 am
Hi all. I have this code:
This permits, when used in a part of the game, to have a box with 150 pixels of margin from left and from right. I know that i can specify a background with:"window_background=#HEX", and without specifying it i have a black background with a bit of transparency.
How can i obtain total transparency?
Code: Select all
define myChar = Character(what_size=34, what_outlines=[(1, "#000", 0, 0)], what_text_align=0, window_right_margin=150, window_left_margin=150)This permits, when used in a part of the game, to have a box with 150 pixels of margin from left and from right. I know that i can specify a background with:"window_background=#HEX", and without specifying it i have a black background with a bit of transparency.
How can i obtain total transparency?