terminal ui comes up

This commit is contained in:
Clevertop 2024-08-10 17:12:20 +10:00
parent 40e4281fd4
commit fada7c657b
4 changed files with 26 additions and 5 deletions

View file

@ -10,7 +10,6 @@
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.83982, 0)
script = ExtResource("1_tc5d2")
camera = NodePath("Camera3D")
mouse_sensitivity = null
raycast = NodePath("Camera3D/RayCast3D")
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
@ -23,6 +22,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.621505, 0)
[node name="RayCast3D" type="RayCast3D" parent="Camera3D"]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
target_position = Vector3(0, -4, 0)
collide_with_areas = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CapsuleShape3D_a6eig")