Blud_Mage/Scenes/Spawnables/bat_spawnable.tscn

24 lines
718 B
Plaintext
Raw Normal View History

2023-10-10 13:30:23 -04:00
[gd_scene load_steps=3 format=3 uid="uid://brnx3xyyd0e71"]
[ext_resource type="PackedScene" uid="uid://kkfxguj0lr5a" path="res://Scenes/Spawnables/template_spawnable.tscn" id="1_verf7"]
[ext_resource type="Script" path="res://Scenes/Spawnables/AIs/ai_bat.gd" id="2_x3ldf"]
[node name="BatSpawnable" instance=ExtResource("1_verf7")]
maxHp = 10
attackSpeed = 10.0
2023-10-10 14:54:21 -04:00
speed = 2000.0
2023-10-10 13:30:23 -04:00
damage = 1
priority = 1
2023-10-10 13:47:38 -04:00
[node name="AnimatedSprite2D" parent="." index="0"]
frame_progress = 0.482614
2023-10-10 15:07:35 -04:00
[node name="AttackCollision" parent="Attack" index="0"]
position = Vector2(8, 1)
[node name="DamageCollision" parent="Attack" index="1"]
position = Vector2(10, 1)
2023-10-10 13:30:23 -04:00
[node name="AI" parent="." index="3"]
script = ExtResource("2_x3ldf")