From 9c93060ffaec8488aeaf7c0a617336899907d75c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 13 Aug 2024 00:15:48 +0200 Subject: icons for market buttons (needs client update) --- play.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 4da1841..f09e0e6 100644 --- a/play.js +++ b/play.js @@ -1618,12 +1618,12 @@ function on_update() { action_button("enter", "Enter Capital") action_button("leave", "Leave Capital") - action_button("mip_to_sip", "M > S") - action_button("mip_to_pip", "M > P") - action_button("sip_to_mip", "S > M") - action_button("sip_to_pip", "S > P") - action_button("pip_to_mip", "P > M") - action_button("pip_to_sip", "P > S") + action_button("mip_to_sip", ` \u2192 `) + action_button("mip_to_pip", ` \u2192 `) + action_button("sip_to_mip", ` \u2192 `) + action_button("sip_to_pip", ` \u2192 `) + action_button("pip_to_mip", ` \u2192 `) + action_button("pip_to_sip", ` \u2192 `) action_button("automatic", "Automatic") action_button("spend_military", "Spend Military") -- cgit v1.2.3