12 lines
390 B
Plaintext
12 lines
390 B
Plaintext
![]() |
[gd_scene load_steps=2 format=3 uid="uid://ddpmpmf34no7e"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Scripts/animationBase.gd" id="1_x0wsy"]
|
||
|
|
||
|
[node name="wallOfFireAnim" type="Node2D"]
|
||
|
script = ExtResource("1_x0wsy")
|
||
|
finalIndex = 5
|
||
|
|
||
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||
|
|
||
|
[connection signal="animation_finished" from="AnimationPlayer" to="." method="animFinished"]
|