ShapeEscape/objects/rotatableSphere.tscn
2025-07-19 20:18:32 -05:00

18 lines
567 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://cbl4jcbilihv"]
[ext_resource type="PackedScene" uid="uid://du8lkrvnc16gl" path="res://objects/Rotatable.tscn" id="1_w404d"]
[sub_resource type="SphereShape3D" id="SphereShape3D_5yy8w"]
[sub_resource type="SphereMesh" id="SphereMesh_rq261"]
[node name="Rotatable" instance=ExtResource("1_w404d")]
yTorqueMult = 20.0
zTorqueMult = 20.0
[node name="CollisionShape3D" parent="." index="0"]
shape = SubResource("SphereShape3D_5yy8w")
[node name="MeshInstance3D" parent="." index="1"]
mesh = SubResource("SphereMesh_rq261")