mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor artwork adjustments
This commit is contained in:
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user