update logo and change some text
This commit is contained in:
parent
72b8578ece
commit
539c09e5fe
7 changed files with 57 additions and 9 deletions
|
@ -288,19 +288,17 @@ grow_horizontal = 0
|
|||
text = "Menu
|
||||
"
|
||||
flat = false
|
||||
item_count = 6
|
||||
item_count = 5
|
||||
popup/item_0/text = "New Showtape"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "Load Show"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "Save Show"
|
||||
popup/item_2/id = 2
|
||||
popup/item_3/text = "Controls"
|
||||
popup/item_3/text = "Exit to Main Menu"
|
||||
popup/item_3/id = 3
|
||||
popup/item_4/text = "Exit to Main Menu"
|
||||
popup/item_4/text = "Exit to Desktop"
|
||||
popup/item_4/id = 4
|
||||
popup/item_5/text = "Exit to Desktop"
|
||||
popup/item_5/id = 5
|
||||
|
||||
[node name="SequencerPanel" type="Panel" parent="."]
|
||||
layout_mode = 1
|
||||
|
|
|
@ -564,6 +564,23 @@ This project is not associated with CEC Entertainment LLC.
|
|||
or Creative Engineering Inc."
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="VersionLabel" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -264.0
|
||||
offset_top = -40.0
|
||||
offset_right = -8.0
|
||||
offset_bottom = -8.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
text = "Pneumatic Plaything vX.X"
|
||||
horizontal_alignment = 2
|
||||
vertical_alignment = 1
|
||||
|
||||
[connection signal="pressed" from="Buttons/EditorButton" to="." method="_on_button_pressed"]
|
||||
[connection signal="pressed" from="Buttons/FreeRoamButton" to="." method="_on_free_roam_button_pressed"]
|
||||
[connection signal="pressed" from="Buttons/ModsButton" to="." method="_on_mods_button_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue