diff --git a/resources/images/SamLauncherIconWhite.svg b/resources/images/SamLauncherIconWhite.svg new file mode 100644 index 000000000..242c55ccb --- /dev/null +++ b/resources/images/SamLauncherIconWhite.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/client/graphics/layers/BuildMenu.ts b/src/client/graphics/layers/BuildMenu.ts index 10c5388ed..f07492627 100644 --- a/src/client/graphics/layers/BuildMenu.ts +++ b/src/client/graphics/layers/BuildMenu.ts @@ -17,6 +17,7 @@ import goldCoinIcon from "../../../../resources/images/GoldCoinIcon.svg"; import portIcon from "../../../../resources/images/PortIcon.svg"; import mirvIcon from "../../../../resources/images/MIRVIcon.svg"; import cityIcon from "../../../../resources/images/CityIconWhite.svg"; +import samlauncherIcon from "../../../../resources/images/SamLauncherIconWhite.svg"; import shieldIcon from "../../../../resources/images/ShieldIconWhite.svg"; import { renderNumber } from "../../Utils"; import { GameView, PlayerView } from "../../../core/game/GameView"; @@ -71,7 +72,7 @@ const buildTable: BuildItemDisplay[][] = [ // needs new icon { unitType: UnitType.SAMLauncher, - icon: shieldIcon, + icon: samlauncherIcon, description: "Defends against incoming nukes", countable: true, },