mostly have mouse look working, need to figure out why collision mask binary 8 also includes 6??

This commit is contained in:
derek
2025-06-26 10:54:22 -05:00
parent 36cde498e0
commit abe877c5da
8 changed files with 58 additions and 23 deletions

6
Scripts/mouseDebug.gd Normal file
View 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