add placeholder for logo
This commit is contained in:
parent
029c00736b
commit
41f016edea
9 changed files with 1396 additions and 17 deletions
|
|
@ -65,9 +65,9 @@ text = "!! TEST !!"
|
|||
[node name="Character" type="MarginContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 8.0
|
||||
offset_top = 64.0
|
||||
offset_top = 56.0
|
||||
offset_right = 792.0
|
||||
offset_bottom = 592.0
|
||||
offset_bottom = 584.0
|
||||
theme_override_constants/margin_left = 5
|
||||
theme_override_constants/margin_top = 5
|
||||
theme_override_constants/margin_right = 5
|
||||
|
|
@ -78,29 +78,31 @@ visible = false
|
|||
layout_mode = 2
|
||||
checkbox_group = SubResource("ButtonGroup_ysn76")
|
||||
|
||||
[node name="Menu" type="VBoxContainer" parent="."]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 312.0
|
||||
offset_left = 8.0
|
||||
offset_top = 56.0
|
||||
offset_right = 468.0
|
||||
offset_bottom = 176.0
|
||||
offset_right = 792.0
|
||||
offset_bottom = 584.0
|
||||
|
||||
[node name="New" type="Button" parent="Menu"]
|
||||
[node name="Logo" type="TextureRect" parent="VBoxContainer"]
|
||||
custom_minimum_size = Vector2(0, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Menu" type="VBoxContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ButtonNew" type="Button" parent="VBoxContainer/Menu"]
|
||||
layout_mode = 2
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_yty2c")
|
||||
text = "Nowa postać"
|
||||
|
||||
[node name="Load" type="Button" parent="Menu"]
|
||||
[node name="ButtonLoad" type="Button" parent="VBoxContainer/Menu"]
|
||||
layout_mode = 2
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_yty2c")
|
||||
disabled = true
|
||||
text = "Załaduj"
|
||||
|
||||
[node name="Test" type="Button" parent="Menu"]
|
||||
layout_mode = 2
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_yty2c")
|
||||
text = "Test"
|
||||
|
||||
[connection signal="pressed" from="Top/TopMenu/ButtonQuit" to="." method="_on_button_quit_pressed"]
|
||||
[connection signal="pressed" from="Top/TopMenu/ButtonRoll" to="Character/NewCharacter" method="_on_button_roll_pressed"]
|
||||
[connection signal="pressed" from="Menu/New" to="." method="_on_new_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/Menu/ButtonNew" to="." method="_on_new_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue