Now About Social Code
summaryrefslogtreecommitdiff
path: root/prefab/rock.tscn
blob: d5e8828e082f73be929aac1c27141cf0b8b1b0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[gd_scene load_steps=3 format=3 uid="uid://2a3fyuye46hm"]

[sub_resource type="SphereShape3D" id="SphereShape3D_os5og"]

[sub_resource type="SphereMesh" id="SphereMesh_l2tu3"]

[node name="rock" type="Node3D"]

[node name="StaticBody3D" type="StaticBody3D" parent="."]

[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("SphereShape3D_os5og")

[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D/CollisionShape3D"]
mesh = SubResource("SphereMesh_l2tu3")