Add more guns (#19)
Co-authored-by: Jacklull <rodion.n.rodionov@gmail.com> Reviewed-on: #19
This commit is contained in:
@ -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 = "m1"
|
||||
@onready var gun_mount: Node3D = $FirstPersonCameraMount/GunMount
|
||||
@onready var gun_mount_anim: AnimationPlayer = $FirstPersonCameraMount/GunMount/AnimationPlayer
|
||||
var gun_with_hands: Node3D = null
|
||||
|
Reference in New Issue
Block a user