42 lines
1.2 KiB
Text
42 lines
1.2 KiB
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/gdfxr/editor/ParamSlider.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/gdfxr/editor/EditorIconButton.gd" type="Script" id=2]
|
|
[ext_resource path="res://addons/gdfxr/editor/EditSlider.gd" type="Script" id=3]
|
|
|
|
[node name="ParamSlider" type="HBoxContainer"]
|
|
margin_right = 253.0
|
|
margin_bottom = 40.0
|
|
size_flags_horizontal = 3
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_top = 13.0
|
|
margin_right = 128.0
|
|
margin_bottom = 27.0
|
|
rect_min_size = Vector2( 100, 0 )
|
|
size_flags_horizontal = 3
|
|
align = 2
|
|
|
|
[node name="HSlider" type="Control" parent="."]
|
|
margin_left = 132.0
|
|
margin_right = 237.0
|
|
margin_bottom = 40.0
|
|
rect_min_size = Vector2( 105, 0 )
|
|
rect_clip_content = true
|
|
focus_mode = 2
|
|
mouse_default_cursor_shape = 10
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="Reset" type="ToolButton" parent="."]
|
|
margin_left = 241.0
|
|
margin_top = 9.0
|
|
margin_right = 253.0
|
|
margin_bottom = 31.0
|
|
focus_mode = 0
|
|
size_flags_vertical = 4
|
|
script = ExtResource( 2 )
|
|
icon_name = "ReloadSmall"
|
|
|
|
[connection signal="value_changed" from="HSlider" to="." method="_on_HSlider_value_changed"]
|
|
[connection signal="pressed" from="Reset" to="." method="_on_Reset_pressed"]
|