Minor artwork adjustments

This commit is contained in:
tobspr 2021-06-19 17:46:28 +02:00
parent 416f89bbf4
commit 8149ba875b
3 changed files with 2 additions and 2 deletions

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

View File

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