mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-23 04:51:22 -08:00
Minor artwork adjustments
This commit is contained in:
parent
416f89bbf4
commit
8149ba875b
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 4 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…
Add table
Add a link
Reference in a new issue