16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dpaxa4mpoi2vf"]
|
|
|
|
[ext_resource type="Script" path="res://packet_container.gd" id="1_47t8h"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_crtyd"]
|
|
radius = 0.2
|
|
|
|
[node name="PacketContainer" type="RigidBody3D"]
|
|
collision_layer = 128
|
|
collision_mask = 128
|
|
gravity_scale = 0.0
|
|
script = ExtResource("1_47t8h")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("SphereShape3D_crtyd")
|