-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsli919A.tmp
More file actions
33 lines (24 loc) · 1.18 KB
/
sli919A.tmp
File metadata and controls
33 lines (24 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gd_scene load_steps=5 format=3 uid="uid://d20t601ktiiqx"]
[ext_resource type="Script" path="res://scripts/slime.gd" id="2_bm0jj"]
[ext_resource type="PackedScene" uid="uid://bk3kvo48nmoc2" path="res://name_tag.tscn" id="3_8jhih"]
[ext_resource type="SpriteFrames" uid="uid://cg67tgexn5d6y" path="res://tres/slime.tres" id="3_mx3cg"]
[ext_resource type="PackedScene" uid="uid://b7vtpytuv71hw" path="res://follow_detection.tscn" id="4_0dd1l"]
[node name="Slime" type="AnimatableBody2D"]
script = ExtResource("2_bm0jj")
[node name="RayCastLeft" type="RayCast2D" parent="."]
target_position = Vector2(-14, 0)
[node name="RayCastRight" type="RayCast2D" parent="."]
target_position = Vector2(14, 0)
[node name="RayCastTop" type="RayCast2D" parent="."]
target_position = Vector2(0, -10)
[node name="RayCastBottom" type="RayCast2D" parent="."]
target_position = Vector2(0, 14)
[node name="NameTag" parent="." instance=ExtResource("3_8jhih")]
z_index = 0
entity_name = "Slime"
offset = Vector2(0, -20)
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = ExtResource("3_mx3cg")
animation = &"idle_down"
[node name="Control" parent="." instance=ExtResource("4_0dd1l")]
radius = 200