Now About Social Code
summaryrefslogtreecommitdiff
path: root/prefab/rock.tscn
blob: d6786da92df30fd5e13abe33b119e675a97abca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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="RigidBody3D"]
collision_layer = 3

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

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