mostly have mouse look working, need to figure out why collision mask binary 8 also includes 6??
This commit is contained in:
11
mousedebug.tscn
Normal file
11
mousedebug.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://jkl8odkxg2s2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cne68wmdyr4ld" path="res://Scripts/mouseDebug.gd" id="1_ehadm"]
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_ehadm"]
|
||||
|
||||
[node name="MOUSEDEBUG" type="Node3D"]
|
||||
script = ExtResource("1_ehadm")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("SphereMesh_ehadm")
|
||||
Reference in New Issue
Block a user