to be rewrittern

This commit is contained in:
Jacklull
2025-01-30 20:04:21 +03:00
parent 3e6eab08fd
commit f00a50f30e
37 changed files with 2300 additions and 26 deletions

View File

@ -88,7 +88,7 @@ func make_node_invisible_for_camera(node: Node3D, camera: Camera3D):
# Disable Layer 2 on the camera's culling mask (this makes it invisible to this camera)
camera.cull_mask &= ~(1 << 1) # Disable Layer 2 on this camera
var current_gun: String = "ak"
var current_gun: String = "boxing"
@onready var gun_mount: Node3D = $FirstPersonCameraMount/GunMount
@onready var gun_mount_anim: AnimationPlayer = $FirstPersonCameraMount/GunMount/AnimationPlayer
var gun_with_hands: Node3D = null