mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 18:21:51 +00:00
Remove unused code
This commit is contained in:
parent
88f9807274
commit
8ad1c1bf9d
@ -33,7 +33,6 @@ class ItemProcessorStatusGameSystem extends shapez.GameSystem {
|
|||||||
context.strokeStyle = "#000";
|
context.strokeStyle = "#000";
|
||||||
context.lineWidth = 1;
|
context.lineWidth = 1;
|
||||||
|
|
||||||
const timeFactor = 15.23 * this.root.time.now();
|
|
||||||
context.beginCircle(center.x + 5, center.y + 5, 4);
|
context.beginCircle(center.x + 5, center.y + 5, 4);
|
||||||
context.fill();
|
context.fill();
|
||||||
context.stroke();
|
context.stroke();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user