mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Minor artwork adjustments
This commit is contained in:
parent
416f89bbf4
commit
8149ba875b
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -118,10 +118,10 @@ export class GoalAcceptorSystem extends GameSystemWithFilter {
|
||||
|
||||
// LED indicator
|
||||
|
||||
parameters.context.lineWidth = 1;
|
||||
parameters.context.lineWidth = 1.2;
|
||||
parameters.context.strokeStyle = "#64666e";
|
||||
parameters.context.fillStyle = isValid ? "#8de255" : "#ff666a";
|
||||
parameters.context.beginCircle(10, 11.8, 3);
|
||||
parameters.context.beginCircle(10, 11.8, 5);
|
||||
parameters.context.fill();
|
||||
parameters.context.stroke();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user