2024-10-15 08:14:02 -06:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://dvwo26vsk46tl"]
|
|
|
|
|
2024-10-15 16:35:03 -06:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dvvtnenxps3yu" path="res://assets/high-shot.svg" id="1_djmgc"]
|
2024-10-15 08:37:50 -06:00
|
|
|
[ext_resource type="Script" path="res://scripts/AbilityPlayer.gd" id="2_l8ort"]
|
2024-10-15 08:14:02 -06:00
|
|
|
|
|
|
|
[node name="AbilityPH" type="TextureRect"]
|
2024-10-15 16:35:03 -06:00
|
|
|
offset_right = 512.0
|
|
|
|
offset_bottom = 512.0
|
|
|
|
texture = ExtResource("1_djmgc")
|
|
|
|
expand_mode = 1
|
2024-10-15 08:37:50 -06:00
|
|
|
script = ExtResource("2_l8ort")
|
2024-10-15 08:14:02 -06:00
|
|
|
|
|
|
|
[node name="IdleCooldown" type="Timer" parent="."]
|
|
|
|
autostart = true
|
|
|
|
|
|
|
|
[connection signal="timeout" from="IdleCooldown" to="." method="_on_idle_cooldown_timeout"]
|