1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

This is the speed per minute

This commit is contained in:
isaisstillalive 2020-07-01 23:46:18 +09:00
parent 679683c805
commit 4ccde9ebaf

View File

@ -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;