25 lines
805 B
Plaintext
25 lines
805 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://wcxem4vbt0d0"]
|
|
|
|
[ext_resource type="Script" uid="uid://bt1pta3noegsk" path="res://scripts/debris_cleaner.gd" id="1_jgypq"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jgypq"]
|
|
albedo_color = Color(0.180392, 1, 1, 1)
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_gsjug"]
|
|
material = SubResource("StandardMaterial3D_jgypq")
|
|
size = Vector3(10, 0.2, 10)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_gsjug"]
|
|
size = Vector3(10, 0.2, 10)
|
|
|
|
[node name="Cleaner" type="Area3D"]
|
|
collision_layer = 7
|
|
collision_mask = 7
|
|
script = ExtResource("1_jgypq")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_gsjug")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_gsjug")
|