This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Assets/UI/MenuSlider.tscn

30 lines
759 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://bwqwic7ex6muv"]
[ext_resource type="Script" path="res://Assets/UI/MenuSlider.gd" id="1_vhxwo"]
[node name="MenuSlider" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( "1_vhxwo" )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
offset_top = 288.0
offset_right = 510.0
offset_bottom = 311.0
size_flags_horizontal = 3
structured_text_bidi_override_options = []
script = null
[node name="Slider" type="HSlider" parent="."]
offset_left = 514.0
offset_right = 1024.0
offset_bottom = 16.0
rect_min_size = Vector2(200, 0)
size_flags_horizontal = 3
script = null
[connection signal="value_changed" from="Slider" to="." method="on_value_changed"]