22 lines
659 B
Plaintext
22 lines
659 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ctjaib3jr4ug5"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_bl13t"]
|
|
radius = 0.01
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_iyx0m"]
|
|
albedo_color = Color(0.995436, 0, 0.0986777, 1)
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_bl13t"]
|
|
material = SubResource("StandardMaterial3D_iyx0m")
|
|
radius = 0.01
|
|
height = 0.02
|
|
|
|
[node name="test pellet" type="RigidBody3D"]
|
|
mass = 0.1
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("SphereShape3D_bl13t")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("SphereMesh_bl13t")
|