UPDATE: yaw beam only appears when player is shooting

This commit is contained in:
2025-03-18 23:18:24 +01:00
parent 259e68b832
commit e168e413e0
4 changed files with 10 additions and 6 deletions

View File

@@ -9,5 +9,6 @@ class Player:
self.pitch = pitch
self.yaw = yaw # Probably only need this if top-down
self.dead = False
self.is_shooting = False