24 lines
843 B
Plaintext
24 lines
843 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c1gdehrsytlkk"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bv0sfqdgwa85p" path="res://assets/Models/casing.blend" id="1_8ox1t"]
|
|
[ext_resource type="Script" path="res://assets/casing_2.gd" id="1_34yke"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_auba8"]
|
|
radius = 0.0385558
|
|
|
|
[node name="casing_2" type="RigidBody3D"]
|
|
script = ExtResource("1_34yke")
|
|
|
|
[node name="casing2" parent="." instance=ExtResource("1_8ox1t")]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.7486e-06, 0.000259597, -3.74019e-06)
|
|
shape = SubResource("SphereShape3D_auba8")
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 30.0
|
|
one_shot = true
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|