1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Update artwork and minor fixes

This commit is contained in:
tobspr
2020-06-30 09:27:30 +02:00
parent ea868fd750
commit 755f4bd2ea
23 changed files with 623 additions and 598 deletions

View File

@@ -51,7 +51,7 @@ export class HUDWiresOverlay extends BaseHUDPart {
update() {
const desiredAlpha = this.root.currentLayer === enumLayer.wires ? 1.0 : 0.0;
this.currentAlpha = lerp(this.currentAlpha, desiredAlpha, 0.08);
this.currentAlpha = lerp(this.currentAlpha, desiredAlpha, 0.12);
}
/**