From 4ccde9ebafde0061c8e1734ebbbba3573f8c244f Mon Sep 17 00:00:00 2001 From: isaisstillalive Date: Wed, 1 Jul 2020 23:46:18 +0900 Subject: [PATCH] This is the speed per minute --- src/js/game/systems/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/game/systems/storage.js b/src/js/game/systems/storage.js index d1a0074f..3621e478 100644 --- a/src/js/game/systems/storage.js +++ b/src/js/game/systems/storage.js @@ -105,7 +105,7 @@ export class StorageSystem extends GameSystemWithFilter { context.font = "bold 7px GameFont"; context.textAlign = "center"; context.fillStyle = "#64666e"; - context.fillText("" + formatBigNumber(rate) + " /s", center.x, center.y + 24.5); + context.fillText("" + formatBigNumber(rate) + " /m", center.x, center.y + 24.5); context.textAlign = "left"; context.globalAlpha = 1; break;