semi-idle-arpg/scenes/ability_ph.tscn
2024-10-15 08:37:50 -06:00

17 lines
580 B
Plaintext

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