grabbing works with left hand for ping pong gun now

This commit is contained in:
ericrius1 2015-12-18 15:22:23 -08:00
parent 2dbb3bd84a
commit 2c02e7ad63
2 changed files with 2 additions and 2 deletions

View file

@ -1125,7 +1125,7 @@
z: 503.39
};
var rotation = Quat.fromPitchYawRollDegrees(0, 36, 0);
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
var pingPongGun = Entities.addEntity({
type: "Model",

View file

@ -1106,7 +1106,7 @@ MasterReset = function() {
z: 503.39
};
var rotation = Quat.fromPitchYawRollDegrees(0, 36, 0);
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
var pingPongGun = Entities.addEntity({
type: "Model",