merge in 0.2 changes
This commit is contained in:
parent
d9a41c15c6
commit
5bb84956ff
20 changed files with 331 additions and 16 deletions
|
@ -47,6 +47,7 @@ mouse_default_cursor_shape = 2
|
|||
text = "◉"
|
||||
script = ExtResource("1_fygh4")
|
||||
|
||||
[connection signal="button_down" from="Input" to="Input" method="_detatch"]
|
||||
[connection signal="mouse_entered" from="Input" to="Input" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Input" to="Input" method="mouse_exit"]
|
||||
[connection signal="value_changed" from="Pick Float" to="Pick Float" method="value_changed"]
|
||||
|
|
|
@ -18,8 +18,19 @@ layout_mode = 2
|
|||
[node name="Holder" type="VBoxContainer" parent="Margins"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Title" type="Label" parent="Margins/Holder"]
|
||||
[node name="Title" type="HBoxContainer" parent="Margins/Holder"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Title Label" type="Label" parent="Margins/Holder/Title"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "Test"
|
||||
horizontal_alignment = 1
|
||||
clip_text = true
|
||||
|
||||
[node name="Exit Button" type="Button" parent="Margins/Holder/Title"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 0
|
||||
theme_override_font_sizes/font_size = 8
|
||||
text = "X"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue