Files
pomchronicles/hero_progress_bar.tscn
2025-07-10 14:19:17 -04:00

123 lines
3.7 KiB
Plaintext

[gd_scene load_steps=14 format=3 uid="uid://cm8jwfg6rnnor"]
[ext_resource type="Texture2D" uid="uid://vt3yvxm2ho7o" path="res://progress-fill.png" id="2_61u8r"]
[ext_resource type="Texture2D" uid="uid://b88n81qde4p3n" path="res://progress-bar.png" id="3_7p536"]
[ext_resource type="Texture2D" uid="uid://c6ptvokr5npl7" path="res://progress-marks.png" id="4_6vk2f"]
[ext_resource type="Texture2D" uid="uid://bcrg5ea4niu0e" path="res://progress-dot-fill.png" id="5_dxgqf"]
[ext_resource type="Texture2D" uid="uid://bldpiytpdrge6" path="res://icon.svg" id="6_48un6"]
[sub_resource type="AtlasTexture" id="AtlasTexture_8wucn"]
atlas = ExtResource("4_6vk2f")
region = Rect2(0, 32, 32, 32)
filter_clip = true
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_mf4ya"]
load_path = "res://.godot/imported/progress-dot-fill.png-a1e94128dc6c2f11bfa15c335ef05892.ctex"
[sub_resource type="AtlasTexture" id="AtlasTexture_eu8pt"]
resource_local_to_scene = true
atlas = SubResource("CompressedTexture2D_mf4ya")
region = Rect2(0, 32, 32, 32)
filter_clip = true
[sub_resource type="AtlasTexture" id="AtlasTexture_pg7md"]
atlas = ExtResource("4_6vk2f")
region = Rect2(32, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_nyilg"]
atlas = ExtResource("4_6vk2f")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_g6crn"]
atlas = ExtResource("5_dxgqf")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_bnohr"]
resource_local_to_scene = true
atlas = SubResource("CompressedTexture2D_mf4ya")
region = Rect2(32, 0, 32, 32)
filter_clip = true
[sub_resource type="AtlasTexture" id="AtlasTexture_mmi8n"]
atlas = ExtResource("4_6vk2f")
region = Rect2(32, 0, 32, 32)
filter_clip = true
[node name="HeroProgressBar" type="TextureProgressBar"]
offset_right = 80.0
offset_bottom = 14.0
nine_patch_stretch = true
stretch_margin_left = 1
stretch_margin_top = 2
stretch_margin_right = 1
stretch_margin_bottom = 2
texture_under = ExtResource("2_61u8r")
texture_over = ExtResource("3_7p536")
texture_progress = ExtResource("2_61u8r")
tint_under = Color(0, 0, 0, 1)
tint_progress = Color(1, 1, 0, 1)
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
offset_left = -21.0
offset_top = -9.0
offset_right = 11.0
offset_bottom = 23.0
texture = SubResource("AtlasTexture_8wucn")
[node name="TextureRect4" type="TextureRect" parent="."]
self_modulate = Color(0, 0, 0, 1)
layout_mode = 0
offset_left = -21.0
offset_top = -9.0
offset_right = 11.0
offset_bottom = 23.0
texture = SubResource("AtlasTexture_eu8pt")
[node name="TextureRect8" type="TextureRect" parent="."]
layout_mode = 0
offset_left = -21.0
offset_top = -9.0
offset_right = 11.0
offset_bottom = 23.0
texture = SubResource("AtlasTexture_pg7md")
[node name="TextureRect6" type="TextureRect" parent="."]
layout_mode = 0
offset_left = 24.0
offset_top = -9.0
offset_right = 56.0
offset_bottom = 23.0
texture = SubResource("AtlasTexture_nyilg")
[node name="TextureRect7" type="TextureRect" parent="."]
modulate = Color(0, 0, 0, 1)
layout_mode = 0
offset_left = 24.0
offset_top = -9.0
offset_right = 56.0
offset_bottom = 23.0
texture = SubResource("AtlasTexture_g6crn")
[node name="TextureRect5" type="TextureRect" parent="."]
self_modulate = Color(0, 0, 0, 1)
layout_mode = 0
offset_left = 80.0
offset_top = -9.0
offset_right = 112.0
offset_bottom = 23.0
texture = SubResource("AtlasTexture_bnohr")
[node name="TextureRect3" type="TextureRect" parent="."]
layout_mode = 0
offset_left = 80.0
offset_top = -9.0
offset_right = 112.0
offset_bottom = 23.0
texture = SubResource("AtlasTexture_mmi8n")
[node name="Icon" type="Sprite2D" parent="."]
position = Vector2(-5, -16)
scale = Vector2(0.25, 0.375)
texture = ExtResource("6_48un6")