SlimeoosOdyssey/godot/villager_shared.tscn

18 lines
672 B
Plaintext
Raw Normal View History

2023-08-20 01:03:30 -06:00
[gd_scene load_steps=4 format=3 uid="uid://c4s6y758n77lw"]
2023-08-19 20:42:02 -06:00
[ext_resource type="PackedScene" uid="uid://dmtmign72vtlm" path="res://slime_shared.tscn" id="1_qm1jp"]
[ext_resource type="Script" path="res://Villager.gd" id="2_uf6mh"]
2023-08-20 13:24:04 -06:00
[sub_resource type="SphereShape3D" id="SphereShape3D_uj6ya"]
radius = 0.193616
2023-08-20 01:03:30 -06:00
2023-08-19 20:42:02 -06:00
[node name="villager" instance=ExtResource("1_qm1jp")]
script = ExtResource("2_uf6mh")
2023-08-20 13:24:04 -06:00
[node name="Area3D" type="Area3D" parent="." index="2"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" index="0"]
shape = SubResource("SphereShape3D_uj6ya")
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]