25 lines
735 B
Text
25 lines
735 B
Text
[gd_scene load_steps=3 format=3 uid="uid://7v3lokrljsjw"]
|
|
|
|
[ext_resource type="Script" path="res://addons/SUI/src/SuiProgressBar.gd" id="1_t211g"]
|
|
[ext_resource type="Theme" uid="uid://bfln8p0ov8enx" path="res://addons/SUI/themes/ProgressBar.tres" id="2_rvtjx"]
|
|
|
|
[node name="SuiProgressBar" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -1063.0
|
|
offset_bottom = -762.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_t211g")
|
|
editor_process = true
|
|
runtime_process = true
|
|
|
|
[node name="Bar" type="ProgressBar" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 377.0
|
|
offset_bottom = 48.0
|
|
theme = ExtResource("2_rvtjx")
|
|
theme_override_font_sizes/font_size = 25
|
|
value = 50.0
|