Skip to content
Snippets Groups Projects
Commit 6d4d7cd4 authored by joni's avatar joni
Browse files

Tune teleport draw speed and walk speed

parent 5a178c9e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ const EPS = 10e-6;
// Does not have any type of collisions yet.
AFRAME.registerComponent("character-controller", {
schema: {
groundAcc: { default: 7 },
groundAcc: { default: 5.5 },
easing: { default: 10 },
pivot: { type: "selector" },
snapRotationDegrees: { default: THREE.Math.DEG2RAD * 45 },
......
......@@ -197,7 +197,7 @@
tracked-controls
teleport-controls="
drawIncrementally: true;
incrementalDrawMs: 700;
incrementalDrawMs: 600;
hitOpacity: 0.3;
missOpacity: 0.2;
cameraRig: #player-rig;
......@@ -215,7 +215,7 @@
tracked-controls
teleport-controls="
drawIncrementally: true;
incrementalDrawMs: 700;
incrementalDrawMs: 600;
hitOpacity: 0.3;
missOpacity: 0.2;
cameraRig: #player-rig;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment