updating project files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://cx8f0hljh5dhs"]
|
||||
[gd_scene format=3 uid="uid://cx8f0hljh5dhs"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dbwgq8udtj2hp" path="res://guide_examples/action_priority/icons/enchant-acid-3.png" id="1_7l2hh"]
|
||||
[ext_resource type="Script" path="res://guide_examples/action_priority/spell_indicator/spell_indicator.gd" id="1_hpegm"]
|
||||
[ext_resource type="Script" uid="uid://b3h0rac24v3l0" path="res://guide_examples/action_priority/spell_indicator/spell_indicator.gd" id="1_hpegm"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_j3vtt"]
|
||||
length = 0.001
|
||||
@@ -59,21 +59,19 @@ tracks/1/keys = {
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_h1go0"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_j3vtt"),
|
||||
"run": SubResource("Animation_4iqo1")
|
||||
&"RESET": SubResource("Animation_j3vtt"),
|
||||
&"run": SubResource("Animation_4iqo1")
|
||||
}
|
||||
|
||||
[node name="SpellIndicator" type="Node2D"]
|
||||
[node name="SpellIndicator" type="Node2D" unique_id=1876371705]
|
||||
script = ExtResource("1_hpegm")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1814986221]
|
||||
unique_name_in_owner = true
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
texture = ExtResource("1_7l2hh")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=246362346]
|
||||
unique_name_in_owner = true
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_h1go0")
|
||||
}
|
||||
libraries/ = SubResource("AnimationLibrary_h1go0")
|
||||
|
||||
Reference in New Issue
Block a user