cosmetics in free roam
This commit is contained in:
parent
1bf96321d7
commit
1efee5b65e
8 changed files with 474 additions and 245 deletions
|
@ -4,15 +4,17 @@
|
|||
|
||||
[node name="FlowControl" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_right = 384.0
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 40.0
|
||||
script = ExtResource("1_fg0vw")
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
layout_mode = 0
|
||||
offset_right = 384.0
|
||||
offset_bottom = 40.0
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="Panel"]
|
||||
layout_mode = 0
|
||||
|
@ -26,10 +28,12 @@ clip_text = true
|
|||
text_overrun_behavior = 3
|
||||
|
||||
[node name="OptionButton" type="OptionButton" parent="Panel"]
|
||||
layout_mode = 0
|
||||
offset_left = 188.0
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.5
|
||||
anchor_right = 1.0
|
||||
offset_top = 4.0
|
||||
offset_right = 380.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = 36.0
|
||||
|
||||
[connection signal="item_selected" from="Panel/OptionButton" to="." method="_on_option_button_item_selected"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue