Cast a blur effect on the WML message panel background...
...per Eleazar's suggestion (Item 2 in the second part of http://forums.wesnoth.org/viewtopic.php?p=423254#p423254).
This commit is contained in:
parent
fee4eb135c
commit
bcd38591a1
1 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,16 @@
|
||||||
#define _GUI_BASE_NAME
|
#define _GUI_BASE_NAME
|
||||||
"translucent65" #enddef
|
"translucent65" #enddef
|
||||||
|
|
||||||
|
#define __GUI_DIALOG_BLUR
|
||||||
|
[pre_commit]
|
||||||
|
|
||||||
|
[blur]
|
||||||
|
depth = 5
|
||||||
|
[/blur]
|
||||||
|
|
||||||
|
[/pre_commit]
|
||||||
|
#enddef
|
||||||
|
|
||||||
#define _GUI_RESOLUTION RESOLUTION BORDER_SIDE_1 BORDER_SIDE_2 OFFSET_SIDE_1 OFFSET_SIDE_2 OFFSET_TOTAL
|
#define _GUI_RESOLUTION RESOLUTION BORDER_SIDE_1 BORDER_SIDE_2 OFFSET_SIDE_1 OFFSET_SIDE_2 OFFSET_TOTAL
|
||||||
[resolution]
|
[resolution]
|
||||||
|
|
||||||
|
@ -20,6 +30,8 @@
|
||||||
|
|
||||||
[draw]
|
[draw]
|
||||||
|
|
||||||
|
{__GUI_DIALOG_BLUR}
|
||||||
|
|
||||||
[image]
|
[image]
|
||||||
x = 0
|
x = 0
|
||||||
y = 0
|
y = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue