# HG changeset patch # User Wuzzy # Date 1506816634 -7200 # Node ID 32fe36654299a30e291898a7567ccaecc940ae85 # Parent ca958a859322d4844a76baa41c585d5445c4ac49 Change some HedgeEditor menu icons diff -r ca958a859322 -r 32fe36654299 share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua Sun Oct 01 01:48:30 2017 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua Sun Oct 01 02:10:34 2017 +0200 @@ -2697,7 +2697,7 @@ loc("Change Placement Mode: [Up], [Down]") .. "|" .. loc("Toggle Help: [Precise]+[1]") .. "|" .. loc("Toggle Gear Information: [Precise]+[3]") .. "|" .. - "", -amAirAttack, 60000 + "", 2, 60000 ) hedgeEditorMissionPanelShown = false @@ -2718,7 +2718,7 @@ loc("Change Placement Mode: [Up], [Down]") .. "|" .. loc("Toggle Help: [Precise]+[1]") .. "|" .. loc("Toggle Gear Information: [Precise]+[3]") .. "|" .. - "", 2, 60000 + "", -amAirAttack, 60000 ) hedgeEditorMissionPanelShown = false @@ -2733,7 +2733,7 @@ loc("Change Placement Mode: [Up], [Down]") .. "|" .. loc("Toggle Help: [Precise]+[1]") .. "|" .. loc("Toggle Gear Information: [Precise]+[3]") .. "|" .. - "", 3, 60000 + "", 0, 60000 ) hedgeEditorMissionPanelShown = false elseif cat[cIndex] == loc("Hog Identity Mode") then @@ -2777,7 +2777,7 @@ loc("Change Placement Mode: [Up], [Down]") .. "|" .. loc("Toggle Help: [Precise]+[1]") .. "|" .. loc("Toggle Gear Information: [Precise]+[3]") .. "|" .. - "", 3, 60000 + "", 2, 60000 ) hedgeEditorMissionPanelShown = false