diff --git a/core/assets-raw/fontgen/config.json b/core/assets-raw/fontgen/config.json
index 39703480f0..2eec33fcf6 100644
--- a/core/assets-raw/fontgen/config.json
+++ b/core/assets-raw/fontgen/config.json
@@ -164,12 +164,6 @@
"code": 59414,
"src": "typicons"
},
- {
- "uid": "b90868gfogj970a1g0dnot6hm5r4uj55",
- "css": "chat",
- "code": 59415,
- "src": "typicons"
- },
{
"uid": "890649841b2c37d56ff90065872fecf3",
"css": "chart-bar",
@@ -182,12 +176,6 @@
"code": 59418,
"src": "typicons"
},
- {
- "uid": "bczb7qup4axmc490xmuuv8qdhcnbgeyf",
- "css": "user",
- "code": 59420,
- "src": "typicons"
- },
{
"uid": "4109c474ff99cad28fd5a2c38af2ec6f",
"css": "filter",
@@ -903,6 +891,34 @@
"search": [
"command-retreat"
]
+ },
+ {
+ "uid": "1bc31b80669cb5edc2ee5d1370554bc9",
+ "css": "players",
+ "code": 59483,
+ "src": "custom_icons",
+ "selected": true,
+ "svg": {
+ "path": "M370.1 55.1Q401.6 23.6 448.8 7.9 496.1-7.9 543.3 7.9 590.6 23.6 622 55.1 653.5 86.6 685 118.1 716.5 149.6 732.3 196.9 748 244.1 732.3 291.3 716.5 338.6 685 370.1 653.5 401.6 653.5 433.1 653.5 464.6 685 496.1 716.5 527.6 748 559.1 779.5 590.6 811 622 842.5 653.5 874 685 905.5 716.5 937 748 968.5 779.5 984.3 826.8 1000 874 984.3 921.3 968.5 968.5 921.3 984.3 874 1000 811 1000 748 1000 685 1000 622 1000 559.1 1000 496.1 1000 433.1 1000 370.1 1000 307.1 1000 244.1 1000 181.1 1000 118.1 1000 70.9 984.3 23.6 968.5 7.9 921.3-7.9 874 7.9 826.8 23.6 779.5 55.1 748 86.6 716.5 118.1 685 149.6 653.5 181.1 622 212.6 590.6 244.1 559.1 275.6 527.6 307.1 496.1 338.6 464.6 338.6 433.1 338.6 401.6 307.1 370.1 275.6 338.6 259.8 291.3 244.1 244.1 259.8 196.9 275.6 149.6 307.1 118.1 338.6 86.6 370.1 55.1",
+ "width": 992
+ },
+ "search": [
+ "players"
+ ]
+ },
+ {
+ "uid": "2073dbd997e5d8e1ffc1322d13ba5585",
+ "css": "chat",
+ "code": 59484,
+ "src": "custom_icons",
+ "selected": true,
+ "svg": {
+ "path": "M129 64.5Q161.3 32.3 209.7 16.1 258.1 0 322.6 0 387.1 0 451.6 0 516.1 0 580.6 0 645.2 0 709.7 0 774.2 0 822.6 16.1 871 32.3 903.2 64.5 935.5 96.8 967.7 129 1000 161.3 1016.1 209.7 1032.3 258.1 1032.3 322.6 1032.3 387.1 1032.3 451.6 1032.3 516.1 1016.1 564.5 1000 612.9 967.7 645.2 935.5 677.4 903.2 709.7 871 741.9 822.6 758.1 774.2 774.2 709.7 774.2 645.2 774.2 580.6 774.2 516.1 774.2 451.6 774.2 387.1 774.2 338.7 790.3 290.3 806.5 274.2 854.8 258.1 903.2 241.9 951.6 225.8 1000 193.5 1000 161.3 1000 129 967.7 96.8 935.5 64.5 903.2 32.3 871 16.1 822.6 0 774.2 0 709.7 0 645.2 0 580.6 0 516.1 0 451.6 0 387.1 0 322.6 0 258.1 16.1 209.7 32.3 161.3 64.5 129 96.8 96.8 129 64.5",
+ "width": 1032
+ },
+ "search": [
+ "chat"
+ ]
}
]
}
\ No newline at end of file
diff --git a/core/assets-raw/fontgen/icons/chat.svg b/core/assets-raw/fontgen/icons/chat.svg
new file mode 100644
index 0000000000..dab837b908
--- /dev/null
+++ b/core/assets-raw/fontgen/icons/chat.svg
@@ -0,0 +1,62 @@
+
+
+
+
diff --git a/core/assets-raw/fontgen/icons/players.svg b/core/assets-raw/fontgen/icons/players.svg
new file mode 100644
index 0000000000..3cdfa46245
--- /dev/null
+++ b/core/assets-raw/fontgen/icons/players.svg
@@ -0,0 +1,62 @@
+
+
+
+
diff --git a/core/assets/fonts/font.ttf b/core/assets/fonts/font.ttf
index 1312204c3d..d6b1c442ab 100644
Binary files a/core/assets/fonts/font.ttf and b/core/assets/fonts/font.ttf differ
diff --git a/core/assets/fonts/icon.ttf b/core/assets/fonts/icon.ttf
index 91dbc108e1..74eb958fd7 100644
Binary files a/core/assets/fonts/icon.ttf and b/core/assets/fonts/icon.ttf differ
diff --git a/core/src/mindustry/ui/fragments/HudFragment.java b/core/src/mindustry/ui/fragments/HudFragment.java
index e3a7e3a227..3109179e1b 100644
--- a/core/src/mindustry/ui/fragments/HudFragment.java
+++ b/core/src/mindustry/ui/fragments/HudFragment.java
@@ -75,7 +75,7 @@ public class HudFragment extends Fragment{
}
}).name("pause").update(i -> {
if(net.active()){
- i.getStyle().imageUp = Icon.user;
+ i.getStyle().imageUp = Icon.players;
}else{
i.setDisabled(false);
i.getStyle().imageUp = state.is(State.paused) ? Icon.play : Icon.pause;