WIP: Trying to add multiplayer
This commit is contained in:
@ -31,6 +31,9 @@ var is_crouch: bool = false
|
||||
@onready var camera: Node3D = $UpperTorso
|
||||
@onready var character: Node3D = $"."
|
||||
|
||||
func get_current_camera() -> Camera3D:
|
||||
return $UpperTorso/ViewModelCamera
|
||||
|
||||
func _ready() -> void:
|
||||
capture_mouse()
|
||||
func _unhandled_input(event: InputEvent) -> void:
|
||||
|
Reference in New Issue
Block a user