mostly have mouse look working, need to figure out why collision mask binary 8 also includes 6??
This commit is contained in:
6
Scripts/mouseDebug.gd
Normal file
6
Scripts/mouseDebug.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node3D
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
var mouse_pos = MousePos.get_mouse_world_position(00001000)
|
||||
if mouse_pos != null:
|
||||
global_position = mouse_pos
|
||||
Reference in New Issue
Block a user