mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-21 13:17:17 +01:00
Renamed the Godot tab to Engine in the about box.
This commit is contained in:
parent
8c5d6019f1
commit
1b20a6ca89
@ -13,9 +13,6 @@ anchor_right = 1.0
|
|||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
mouse_filter = 2
|
mouse_filter = 2
|
||||||
theme = ExtResource( 3 )
|
theme = ExtResource( 3 )
|
||||||
__meta__ = {
|
|
||||||
"_edit_use_anchors_": false
|
|
||||||
}
|
|
||||||
|
|
||||||
[node name="PanelContainer" type="PanelContainer" parent="."]
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||||||
anchor_left = 0.5
|
anchor_left = 0.5
|
||||||
@ -142,7 +139,7 @@ margin_bottom = 333.0
|
|||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
|
|
||||||
[node name="Godot" type="TabContainer" parent="PanelContainer/VBoxContainer/TabContainer"]
|
[node name="Engine" type="TabContainer" parent="PanelContainer/VBoxContainer/TabContainer"]
|
||||||
visible = false
|
visible = false
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
@ -153,7 +150,7 @@ margin_bottom = -4.0
|
|||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
|
|
||||||
[node name="Authors" type="ScrollContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot"]
|
[node name="Authors" type="ScrollContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
margin_left = 4.0
|
margin_left = 4.0
|
||||||
@ -163,7 +160,7 @@ margin_bottom = -4.0
|
|||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot/Authors"]
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine/Authors"]
|
||||||
margin_right = 712.0
|
margin_right = 712.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
@ -171,7 +168,7 @@ __meta__ = {
|
|||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Donors" type="ScrollContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot"]
|
[node name="Donors" type="ScrollContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine"]
|
||||||
visible = false
|
visible = false
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
@ -182,12 +179,12 @@ margin_bottom = -4.0
|
|||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot/Donors"]
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine/Donors"]
|
||||||
margin_right = 712.0
|
margin_right = 712.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="License" type="ScrollContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot"]
|
[node name="License" type="ScrollContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine"]
|
||||||
visible = false
|
visible = false
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
@ -196,7 +193,7 @@ margin_top = 31.0
|
|||||||
margin_right = -4.0
|
margin_right = -4.0
|
||||||
margin_bottom = -4.0
|
margin_bottom = -4.0
|
||||||
|
|
||||||
[node name="RichTextLabel" type="RichTextLabel" parent="PanelContainer/VBoxContainer/TabContainer/Godot/License"]
|
[node name="RichTextLabel" type="RichTextLabel" parent="PanelContainer/VBoxContainer/TabContainer/Engine/License"]
|
||||||
margin_right = 712.0
|
margin_right = 712.0
|
||||||
margin_bottom = 361.0
|
margin_bottom = 361.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
@ -205,7 +202,7 @@ text = "
|
|||||||
"
|
"
|
||||||
script = ExtResource( 4 )
|
script = ExtResource( 4 )
|
||||||
|
|
||||||
[node name="Third-Party Licenses" type="VBoxContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot"]
|
[node name="Third-Party Licenses" type="VBoxContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine"]
|
||||||
visible = false
|
visible = false
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
@ -218,13 +215,13 @@ script = ExtResource( 5 )
|
|||||||
tree_path = NodePath("HBoxContainer/Tree")
|
tree_path = NodePath("HBoxContainer/Tree")
|
||||||
rtl_path = NodePath("HBoxContainer/PanelContainer/RichTextLabel")
|
rtl_path = NodePath("HBoxContainer/PanelContainer/RichTextLabel")
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer/TabContainer/Godot/Third-Party Licenses"]
|
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer/TabContainer/Engine/Third-Party Licenses"]
|
||||||
margin_right = 712.0
|
margin_right = 712.0
|
||||||
margin_bottom = 51.0
|
margin_bottom = 51.0
|
||||||
text = "Godot Engine relies on a number of third-party free and open source libraries, all compatible with the terms of its MIT license. The following is an exhaustive list of all such third-party components with their respective copyright statements and license terms."
|
text = "Godot Engine relies on a number of third-party free and open source libraries, all compatible with the terms of its MIT license. The following is an exhaustive list of all such third-party components with their respective copyright statements and license terms."
|
||||||
autowrap = true
|
autowrap = true
|
||||||
|
|
||||||
[node name="HBoxContainer" type="HSplitContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot/Third-Party Licenses"]
|
[node name="HBoxContainer" type="HSplitContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine/Third-Party Licenses"]
|
||||||
margin_top = 59.0
|
margin_top = 59.0
|
||||||
margin_right = 712.0
|
margin_right = 712.0
|
||||||
margin_bottom = 361.0
|
margin_bottom = 361.0
|
||||||
@ -232,7 +229,7 @@ size_flags_horizontal = 3
|
|||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
split_offset = -88
|
split_offset = -88
|
||||||
|
|
||||||
[node name="Tree" type="Tree" parent="PanelContainer/VBoxContainer/TabContainer/Godot/Third-Party Licenses/HBoxContainer"]
|
[node name="Tree" type="Tree" parent="PanelContainer/VBoxContainer/TabContainer/Engine/Third-Party Licenses/HBoxContainer"]
|
||||||
margin_right = 262.0
|
margin_right = 262.0
|
||||||
margin_bottom = 302.0
|
margin_bottom = 302.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
@ -240,14 +237,14 @@ size_flags_vertical = 3
|
|||||||
hide_folding = true
|
hide_folding = true
|
||||||
hide_root = true
|
hide_root = true
|
||||||
|
|
||||||
[node name="PanelContainer" type="PanelContainer" parent="PanelContainer/VBoxContainer/TabContainer/Godot/Third-Party Licenses/HBoxContainer"]
|
[node name="PanelContainer" type="PanelContainer" parent="PanelContainer/VBoxContainer/TabContainer/Engine/Third-Party Licenses/HBoxContainer"]
|
||||||
margin_left = 274.0
|
margin_left = 274.0
|
||||||
margin_right = 712.0
|
margin_right = 712.0
|
||||||
margin_bottom = 302.0
|
margin_bottom = 302.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
|
|
||||||
[node name="RichTextLabel" type="RichTextLabel" parent="PanelContainer/VBoxContainer/TabContainer/Godot/Third-Party Licenses/HBoxContainer/PanelContainer"]
|
[node name="RichTextLabel" type="RichTextLabel" parent="PanelContainer/VBoxContainer/TabContainer/Engine/Third-Party Licenses/HBoxContainer/PanelContainer"]
|
||||||
margin_left = 4.0
|
margin_left = 4.0
|
||||||
margin_top = 4.0
|
margin_top = 4.0
|
||||||
margin_right = 434.0
|
margin_right = 434.0
|
||||||
|
Loading…
Reference in New Issue
Block a user