15 lines
533 B
Plaintext
15 lines
533 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://dvwo26vsk46tl"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/AbilityPH.gd" id="1_6jbus"]
|
||
|
[ext_resource type="Texture2D" uid="uid://b10c1776j6j60" path="res://assets/icon.svg" id="1_eoss7"]
|
||
|
|
||
|
[node name="AbilityPH" type="TextureRect"]
|
||
|
scale = Vector2(0.5, 0.5)
|
||
|
texture = ExtResource("1_eoss7")
|
||
|
script = ExtResource("1_6jbus")
|
||
|
|
||
|
[node name="IdleCooldown" type="Timer" parent="."]
|
||
|
autostart = true
|
||
|
|
||
|
[connection signal="timeout" from="IdleCooldown" to="." method="_on_idle_cooldown_timeout"]
|