2023-08-20 00:00:17 -06:00
|
|
|
[gd_scene load_steps=7 format=3 uid="uid://e0s4phx2jiit"]
|
2023-08-19 11:04:45 -06:00
|
|
|
|
2023-08-20 00:00:17 -06:00
|
|
|
[ext_resource type="Script" path="res://cultist.gd" id="1_k6djk"]
|
2023-08-19 11:04:45 -06:00
|
|
|
[ext_resource type="Texture2D" uid="uid://df0xror4t3gbc" path="res://Default Purple.png" id="1_x8j7f"]
|
|
|
|
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_y0hcm"]
|
|
|
|
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vxnad"]
|
|
|
|
albedo_texture = ExtResource("1_x8j7f")
|
|
|
|
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_17ljq"]
|
|
|
|
material = SubResource("StandardMaterial3D_vxnad")
|
|
|
|
|
2023-08-20 00:00:17 -06:00
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_rypky"]
|
|
|
|
radius = 20.0
|
2023-08-19 11:04:45 -06:00
|
|
|
|
2023-08-20 00:00:17 -06:00
|
|
|
[node name="Cultist" type="CharacterBody3D"]
|
|
|
|
script = ExtResource("1_k6djk")
|
2023-08-19 11:04:45 -06:00
|
|
|
|
2023-08-20 00:00:17 -06:00
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
2023-08-19 11:04:45 -06:00
|
|
|
shape = SubResource("CapsuleShape3D_y0hcm")
|
|
|
|
|
2023-08-20 00:00:17 -06:00
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"]
|
2023-08-19 11:04:45 -06:00
|
|
|
mesh = SubResource("CapsuleMesh_17ljq")
|
2023-08-20 00:00:17 -06:00
|
|
|
|
|
|
|
[node name="Area3D" type="Area3D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
|
|
|
shape = SubResource("SphereShape3D_rypky")
|
|
|
|
|
|
|
|
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]
|