liblast/Game/Assets/UI/MenuSlider.tscn

27 lines
669 B
Plaintext
Raw Normal View History

2021-09-11 16:36:43 +02:00
[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 = 1.0
offset_bottom = 311.0
structured_text_bidi_override_options = []
script = null
[node name="Slider" type="HSlider" parent="."]
offset_left = 5.0
offset_right = 21.0
offset_bottom = 16.0
script = null
[connection signal="value_changed" from="Slider" to="." method="on_value_changed"]