5 lines
88 B
GDScript
5 lines
88 B
GDScript
extends Node3D
|
|
|
|
func _ready() -> void:
|
|
Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
|