Added raycast
Added making object interactable Added slider + knob
This commit is contained in:
4
scenes/main.gd
Normal file
4
scenes/main.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Node3D
|
||||
|
||||
func _ready() -> void:
|
||||
Input.mouse_mode = Input.MOUSE_MODE_CAPTURED
|
||||
Reference in New Issue
Block a user