1
0
forked from mirrors/0ad

New streamlined icons for the GUI. Add a back to work icon.

Fixes #2296
Fixes #4019
Thread:
https://wildfiregames.com/forum/index.php?/topic/27738-experimenting-with-icons/&tab=comments#comment-393054

This was SVN commit r23631.
This commit is contained in:
Stan
2020-05-07 15:37:52 +00:00
parent 423b3cbcaa
commit a233b04c57
25 changed files with 50 additions and 49 deletions
@@ -1101,8 +1101,6 @@ var g_UnitActions =
},
};
var g_UnitActionsSortedKeys = Object.keys(g_UnitActions).sort((a, b) => g_UnitActions[a].specificness - g_UnitActions[b].specificness);
/**
* Info and actions for the entity commands
* Currently displayed in the bottom of the central panel
@@ -1304,7 +1302,7 @@ var g_EntityCommands =
return {
"tooltip": colorizeHotkey("%(hotkey)s" + " ", "session.backtowork") +
translate("Back to Work"),
"icon": "production.png"
"icon": "back-to-work.png"
};
},
"execute": function()