4 lines
85 B
GDScript
4 lines
85 B
GDScript
extends Node3D
|
|
|
|
func _ready() -> void:
|
|
Input.mouse_mode = Input.MOUSE_MODE_CAPTURED
|