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:
parent
679683c805
commit
4ccde9ebaf
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user