34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://iq1fxh42vh4p"]
|
|
|
|
[ext_resource type="Script" path="res://common/gui/common_seek_bar.gd" id="1"]
|
|
[ext_resource type="StyleBox" uid="uid://bnsnd8h0ot8r6" path="res://gstylebox/circular_white.stylebox" id="2"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0pcof"]
|
|
bg_color = Color(1, 1, 1, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[node name="SeekBar" type="MarginContainer"]
|
|
custom_minimum_size = Vector2(0, 80)
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -434.5
|
|
offset_top = -35.0
|
|
offset_right = 434.5
|
|
offset_bottom = 35.0
|
|
script = ExtResource("1")
|
|
|
|
[node name="HScrollBar" type="HScrollBar" parent="."]
|
|
custom_minimum_size = Vector2(0, 4)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 4
|
|
mouse_filter = 2
|
|
theme_override_styles/scroll = SubResource("StyleBoxFlat_0pcof")
|
|
theme_override_styles/grabber = ExtResource("2")
|