Files
tli/scenes/units/ant_nitwit.tscn

26 lines
1.0 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://caawcj1cibfdh"]
[ext_resource type="PackedScene" uid="uid://lbs0vilymbum" path="res://scenes/units/abstract/controlled_ant_unit.tscn" id="1_w0xhf"]
[ext_resource type="Script" path="res://scripts/units/ant_nitwit.gd" id="2_rfn2k"]
[ext_resource type="PackedScene" uid="uid://fal1ond30jey" path="res://scenes/units/components/gathering.tscn" id="4_k3phm"]
[sub_resource type="SphereShape3D" id="SphereShape3D_dwl4o"]
radius = 4.0
[node name="AntNitwit" instance=ExtResource("1_w0xhf")]
script = ExtResource("2_rfn2k")
[node name="NitwitMesh" parent="AntModel/Armature/Skeleton3D" index="1"]
visible = true
[node name="Gathering" parent="." index="8" instance=ExtResource("4_k3phm")]
[node name="NearbyItemsSearch" parent="Gathering" index="0"]
shape = SubResource("SphereShape3D_dwl4o")
[node name="GatheringRadius" parent="Gathering" index="1"]
transform = Transform3D(8.2687, 0, 0, 0, 8.2687, 0, 0, 0, 8.2687, 0, 0, 0)
[editable path="AntModel"]
[editable path="Gathering"]