mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Lightsaber looks way better now
This commit is contained in:
parent
653e3ecdcc
commit
e8803ad9ae
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue