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
|
2023-10-10 17:21:39 -04:00
|
|
|
attackSpeed = 50.0
|
|
|
|
speed = 4000.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 17:21:39 -04:00
|
|
|
[node name="AI" parent="." index="4"]
|
2023-10-10 13:30:23 -04:00
|
|
|
script = ExtResource("2_x3ldf")
|