Fix missing images in the test scenario context menu
Both instances refer to the "All" editor palette's icon in 1.10.x, moved and redrawn during 1.11.x so it doesn't really fit in this menu anymore. So my logic is, why not put the BLEND() IPF to test?
This commit is contained in:
parent
dc050f9731
commit
8ebc3bcd0d
1 changed files with 2 additions and 2 deletions
|
@ -3232,7 +3232,7 @@ Result:
|
|||
[/set_menu_item]
|
||||
[set_menu_item]
|
||||
id=test2
|
||||
image="buttons/group_all.png"
|
||||
image="buttons/WML-custom.png~BLEND(255,127,0,1.0)"
|
||||
description="Dismiss Troll"
|
||||
[show_if]
|
||||
[have_unit]
|
||||
|
@ -3250,7 +3250,7 @@ Result:
|
|||
[/set_menu_item]
|
||||
[set_menu_item]
|
||||
id=terraform
|
||||
image="buttons/group_all.png"
|
||||
image="buttons/WML-custom.png~BLEND(0,255,127,1.0)"
|
||||
description="Identify terrain"
|
||||
[filter_location]
|
||||
x=4-12
|
||||
|
|
Loading…
Add table
Reference in a new issue