updating project files
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled

This commit is contained in:
2026-01-28 09:50:10 +01:00
parent 119850a7b4
commit af1f6da98d
656 changed files with 12395 additions and 5889 deletions

View File

@@ -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")