Skip to content

Commit

Permalink
Gun in left hand fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Oct 6, 2023
1 parent 5b7905f commit c466ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/assets/js/World.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class World {
const povItem = new THREE.Group()
povItem.name = 'pov-item'
povItem.scale.setScalar(.7)
povItem.scale.x *= (setting.hasWeaponInRightHand() ? 1 : -1)
povItem.position.x = (setting.hasWeaponInRightHand() ? 8 : -8)
povItem.position.z = -12
povItem.position.y = -14
Expand Down

0 comments on commit c466ad4

Please sign in to comment.