26 lines
910 B
Plaintext
26 lines
910 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cxho0ur4g4r2c"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c2bey6otu2m8m" path="res://Assets/flair_circle_red_0.png" id="1_uwsh4"]
|
|
[ext_resource type="Script" path="res://Scripts/circular_progress_bar.gd" id="2_c3xrc"]
|
|
[ext_resource type="Texture2D" uid="uid://rxgucw2h8hhv" path="res://Assets/flair_circle_border.png" id="3_o171a"]
|
|
|
|
[node name="CircularProgressBar" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("2_c3xrc")
|
|
|
|
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
|
|
offset_left = -64.0
|
|
offset_top = -64.0
|
|
offset_right = 64.0
|
|
offset_bottom = 64.0
|
|
value = 33.0
|
|
fill_mode = 4
|
|
texture_under = ExtResource("1_uwsh4")
|
|
texture_over = ExtResource("3_o171a")
|
|
texture_progress = ExtResource("1_uwsh4")
|
|
tint_under = Color(0, 0, 0, 0.278431)
|
|
tint_progress = Color(0, 0, 0.964706, 1)
|