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,18 +1,18 @@
[gd_scene load_steps=3 format=3 uid="uid://ch1pukkyc07qo"]
[gd_scene format=3 uid="uid://ch1pukkyc07qo"]
[ext_resource type="Script" path="res://godot_state_charts_examples/cooldown/skill_button/skill_button.gd" id="1_r0ivs"]
[ext_resource type="Script" uid="uid://cjlrmcmit4jhm" path="res://godot_state_charts_examples/cooldown/skill_button/skill_button.gd" id="1_r0ivs"]
[ext_resource type="Texture2D" uid="uid://tgsnqiq40n41" path="res://godot_state_charts_examples/cooldown/icons/cooldown_overlay.png" id="3_pgrfi"]
[node name="SkillButton" type="MarginContainer"]
[node name="SkillButton" type="MarginContainer" unique_id=384343079]
offset_right = 32.0
offset_bottom = 32.0
script = ExtResource("1_r0ivs")
[node name="Button" type="Button" parent="."]
[node name="Button" type="Button" parent="." unique_id=834783109]
unique_name_in_owner = true
layout_mode = 2
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
[node name="TextureProgressBar" type="TextureProgressBar" parent="." unique_id=857403012]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 2
@@ -21,7 +21,7 @@ fill_mode = 4
texture_progress = ExtResource("3_pgrfi")
tint_progress = Color(0, 0, 0, 1)
[node name="Label" type="Label" parent="."]
[node name="Label" type="Label" parent="." unique_id=423936835]
unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)