summaryrefslogtreecommitdiff
path: root/Mob.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Mob.tscn')
-rw-r--r--Mob.tscn9
1 files changed, 8 insertions, 1 deletions
diff --git a/Mob.tscn b/Mob.tscn
index 95274ac..d8bc707 100644
--- a/Mob.tscn
+++ b/Mob.tscn
@@ -1,8 +1,9 @@
-[gd_scene load_steps=7 format=3 uid="uid://cslaufgh6ber3"]
+[gd_scene load_steps=8 format=3 uid="uid://cslaufgh6ber3"]
[ext_resource type="Script" path="res://Mob.gd" id="1_bbcew"]
[ext_resource type="Texture2D" uid="uid://dsy7k2v5fhh6v" path="res://Assets/Mobs/angesnow-front.png" id="2_rxqq1"]
[ext_resource type="PackedScene" uid="uid://bjcrf4o4a80iv" path="res://HPBar.tscn" id="3_e777u"]
+[ext_resource type="PackedScene" uid="uid://cifs0kcy5r0x2" path="res://MobPathLine.tscn" id="4_r0qfv"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1cqix"]
size = Vector2(3, 3)
@@ -56,6 +57,12 @@ horizontal_alignment = 1
[node name="CollisionShape2D" type="CollisionShape2D" parent="SelectionArea"]
shape = SubResource("RectangleShape2D_o5ax3")
+[node name="MobPathLine" parent="." instance=ExtResource("4_r0qfv")]
+visible = false
+width = 1.0
+default_color = Color(1, 1, 1, 0.392157)
+target_circle_radius = 4.0
+
[connection signal="input_event" from="." to="." method="_on_input_event"]
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]