semi-idle-arpg/scenes/ability_ph.tscn
2024-10-15 16:35:03 -06:00

17 lines
575 B
Plaintext

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