mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Update changelog, minor adjustments
This commit is contained in:
parent
3dca35ded4
commit
e5d4fad64b
@ -7,6 +7,7 @@ export const CHANGELOG = [
|
|||||||
"The soundtrack now has a higher quality on the standalone version than the web version",
|
"The soundtrack now has a higher quality on the standalone version than the web version",
|
||||||
"Add setting to disable cut/delete warnings (by hexy)",
|
"Add setting to disable cut/delete warnings (by hexy)",
|
||||||
"Fix bug where belts in blueprints don't orient correctly (by hexy)",
|
"Fix bug where belts in blueprints don't orient correctly (by hexy)",
|
||||||
|
"Fix camera moving weird after dragging and holding (by hexy)",
|
||||||
"Update tutorial image for tier 2 tunnels to explain mix/match (by jimmyshadow1)",
|
"Update tutorial image for tier 2 tunnels to explain mix/match (by jimmyshadow1)",
|
||||||
"Prevent default actions on all keybindings in the web version so you don't accidentally use builtin browser shortcuts",
|
"Prevent default actions on all keybindings in the web version so you don't accidentally use builtin browser shortcuts",
|
||||||
],
|
],
|
||||||
|
@ -28,7 +28,7 @@ const velocitySmoothing = 0.5;
|
|||||||
const velocityFade = 0.98;
|
const velocityFade = 0.98;
|
||||||
const velocityStrength = 0.4;
|
const velocityStrength = 0.4;
|
||||||
const velocityMax = 20;
|
const velocityMax = 20;
|
||||||
const ticksBeforeErasingVelocity = 2;
|
const ticksBeforeErasingVelocity = 10;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum {string}
|
* @enum {string}
|
||||||
|
Loading…
Reference in New Issue
Block a user