Lightsaber looks way better now

This commit is contained in:
Eric Levin 2015-12-22 11:35:04 -08:00
parent 653e3ecdcc
commit e8803ad9ae

View file

@ -38,7 +38,7 @@ LightSaber = function(spawnPosition) {
y: 0,
z: -0.1
},
relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0)
relativeRotation: Quat.fromPitchYawRollDegrees(180, 90, 0)
},
invertSolidWhileHeld: true
}
@ -64,4 +64,4 @@ LightSaber = function(spawnPosition) {
}
this.cleanup = cleanup;
}
}