initial commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
[gd_scene format=3 uid="uid://bgl2fwudm05ut"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bone10ua14y73" path="res://settings/display/rect_size_control.gd" id="1_d1ns0"]
|
||||
|
||||
[node name="RectSizeControl" type="Control" unique_id=2029271709]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = -1740.0
|
||||
offset_bottom = -1008.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_d1ns0")
|
||||
|
||||
[node name="VBoxContainer2" type="VBoxContainer" parent="." unique_id=679844861]
|
||||
layout_mode = 0
|
||||
offset_left = 138.0
|
||||
offset_right = 180.0
|
||||
offset_bottom = 72.0
|
||||
|
||||
[node name="AddHeight" type="Button" parent="VBoxContainer2" unique_id=969154940]
|
||||
custom_minimum_size = Vector2(20, 20)
|
||||
layout_mode = 2
|
||||
text = "+"
|
||||
|
||||
[node name="Control" type="Control" parent="VBoxContainer2" unique_id=700596433]
|
||||
custom_minimum_size = Vector2(2, 2)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="SubtractHeight" type="Button" parent="VBoxContainer2" unique_id=1431826556]
|
||||
custom_minimum_size = Vector2(20, 20)
|
||||
layout_mode = 2
|
||||
text = "-"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=377418965]
|
||||
layout_mode = 0
|
||||
offset_top = 15.0
|
||||
offset_right = 80.0
|
||||
offset_bottom = 57.0
|
||||
|
||||
[node name="SubtractWidth" type="Button" parent="HBoxContainer" unique_id=1816095727]
|
||||
custom_minimum_size = Vector2(35, 20)
|
||||
layout_mode = 2
|
||||
text = "-"
|
||||
|
||||
[node name="Control" type="Control" parent="HBoxContainer" unique_id=320269460]
|
||||
custom_minimum_size = Vector2(2, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="AddWidth" type="Button" parent="HBoxContainer" unique_id=831071522]
|
||||
custom_minimum_size = Vector2(35, 20)
|
||||
layout_mode = 2
|
||||
text = "+"
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer2/AddHeight" to="." method="_on_add_height_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer2/SubtractHeight" to="." method="_on_subtract_height_pressed"]
|
||||
[connection signal="pressed" from="HBoxContainer/SubtractWidth" to="." method="_on_subtract_width_pressed"]
|
||||
[connection signal="pressed" from="HBoxContainer/AddWidth" to="." method="_on_add_width_pressed"]
|
||||
Reference in New Issue
Block a user