From f6d56caabda767d9d9cb01da6dfc874f3f7d5a19 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 25 Nov 2023 15:23:35 +0100 Subject: unicode for organizing, cards and buttons --- play.html | 2 +- play.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/play.html b/play.html index f9f2455..0d1eb33 100644 --- a/play.html +++ b/play.html @@ -565,7 +565,7 @@ div.button_box .button {
  • 🎴   Event
  • 📣   Campaigning Action -
  • 🙋   Organizing Action +
  • ⭐   Organizing Action
  • 🏛   Lobbying Action diff --git a/play.js b/play.js index 13b2743..4893a7b 100644 --- a/play.js +++ b/play.js @@ -602,11 +602,11 @@ function on_log(text) { // eslint-disable-line no-unused-vars } function support_info() { - return `${view.support_buttons}\u{2b50} ${view.support_hand}\u{1f0cf}` + return `${view.support_buttons}\u{2b50} ${view.support_hand}\u{1f3b4}` } function opposition_info() { - return `${view.opposition_buttons}\u{2b55} ${view.opposition_hand}\u{1f3b4}` + return `${view.opposition_buttons}\u{2b50} ${view.opposition_hand}\u{1f3b4}` } function layout_cubes(list, xorig, yorig) { -- cgit v1.2.3