initial commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[gd_scene format=3 uid="uid://ckcinb605j6ad"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://brtt56wqrwvao" path="res://settings/display/circle_size_control.gd" id="1_kd2yb"]
|
||||
|
||||
[node name="CircleSizeControl" type="Control" unique_id=1419353433]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = -1870.0
|
||||
offset_bottom = -1040.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_kd2yb")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1694966628]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="Add" type="Button" parent="HBoxContainer" unique_id=1001424814]
|
||||
custom_minimum_size = Vector2(20, 0)
|
||||
layout_mode = 2
|
||||
text = "+"
|
||||
|
||||
[node name="Control" type="Control" parent="HBoxContainer" unique_id=818821295]
|
||||
custom_minimum_size = Vector2(2, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Subtract" type="Button" parent="HBoxContainer" unique_id=848604585]
|
||||
custom_minimum_size = Vector2(20, 0)
|
||||
layout_mode = 2
|
||||
text = "-"
|
||||
|
||||
[connection signal="pressed" from="HBoxContainer/Add" to="." method="_on_add_pressed"]
|
||||
[connection signal="pressed" from="HBoxContainer/Subtract" to="." method="_on_subtract_pressed"]
|
||||
Reference in New Issue
Block a user