Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
717 stars 81 forks source link

Fix laser angle when shooting close to walls #145

Closed samaritan-sw closed 3 months ago

samaritan-sw commented 3 months ago

Bullet direction not necessary for drawing the laser between rifle and point of impact - was causing lasers to draw perpendicularly to the player when close to walls.

Old: image

New: image