Skip to content

Commit

Permalink
Fix missing images in the test scenario context menu
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
irydacea committed Jun 29, 2014
1 parent 6563f38 commit 5e9b821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/scenario-test.cfg
Expand Up @@ -3222,7 +3222,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]
Expand All @@ -3240,7 +3240,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
Expand Down

0 comments on commit 5e9b821

Please sign in to comment.