Convert demos to Godot 4 using regular expressions in a script

This commit is contained in:
Aaron Franke
2022-03-26 05:00:50 -05:00
parent 410d783126
commit bbe50fc9da
1095 changed files with 13628 additions and 13557 deletions

View File

@@ -18,33 +18,33 @@ anchor_right = 1.0
anchor_bottom = 1.0
[node name="RichTextLabel" type="RichTextLabel" parent="HBoxContainer"]
margin_right = 510.0
margin_bottom = 600.0
offset_right = 510.0
offset_bottom = 600.0
size_flags_horizontal = 3
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
margin_left = 514.0
margin_right = 1024.0
margin_bottom = 600.0
offset_left = 514.0
offset_right = 1024.0
offset_bottom = 600.0
size_flags_horizontal = 3
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer"]
margin_right = 510.0
margin_bottom = 14.0
offset_right = 510.0
offset_bottom = 14.0
text = "Players:"
[node name="ItemList" type="ItemList" parent="HBoxContainer/VBoxContainer"]
margin_top = 18.0
margin_right = 510.0
margin_bottom = 576.0
offset_top = 18.0
offset_right = 510.0
offset_bottom = 576.0
size_flags_horizontal = 3
size_flags_vertical = 3
same_column_width = true
[node name="Action" type="Button" parent="HBoxContainer/VBoxContainer"]
margin_top = 580.0
margin_right = 510.0
margin_bottom = 600.0
offset_top = 580.0
offset_right = 510.0
offset_bottom = 600.0
disabled = true
text = "Do Action!"

View File

@@ -18,95 +18,95 @@ anchor_bottom = 1.0
[node name="VBoxContainer" type="VBoxContainer" parent="Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 20.0
margin_top = 20.0
margin_right = -20.0
margin_bottom = -20.0
offset_left = 20.0
offset_top = 20.0
offset_right = -20.0
offset_bottom = -20.0
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/VBoxContainer"]
margin_right = 984.0
margin_bottom = 24.0
offset_right = 984.0
offset_bottom = 24.0
[node name="Label" type="Label" parent="Panel/VBoxContainer/HBoxContainer"]
margin_top = 5.0
margin_right = 326.0
margin_bottom = 19.0
offset_top = 5.0
offset_right = 326.0
offset_bottom = 19.0
size_flags_horizontal = 3
text = "Name"
[node name="NameEdit" type="LineEdit" parent="Panel/VBoxContainer/HBoxContainer"]
margin_left = 330.0
margin_right = 984.0
margin_bottom = 24.0
offset_left = 330.0
offset_right = 984.0
offset_bottom = 24.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "A Godot User"
[node name="HBoxContainer2" type="HBoxContainer" parent="Panel/VBoxContainer"]
margin_top = 28.0
margin_right = 984.0
margin_bottom = 52.0
offset_top = 28.0
offset_right = 984.0
offset_bottom = 52.0
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/VBoxContainer/HBoxContainer2"]
margin_right = 326.0
margin_bottom = 24.0
offset_right = 326.0
offset_bottom = 24.0
size_flags_horizontal = 3
[node name="Host" type="Button" parent="Panel/VBoxContainer/HBoxContainer2/HBoxContainer"]
margin_right = 42.0
margin_bottom = 24.0
offset_right = 42.0
offset_bottom = 24.0
text = "Host"
[node name="Control" type="Control" parent="Panel/VBoxContainer/HBoxContainer2/HBoxContainer"]
margin_left = 46.0
margin_right = 241.0
margin_bottom = 24.0
offset_left = 46.0
offset_right = 241.0
offset_bottom = 24.0
size_flags_horizontal = 3
[node name="Connect" type="Button" parent="Panel/VBoxContainer/HBoxContainer2/HBoxContainer"]
margin_left = 245.0
margin_right = 326.0
margin_bottom = 24.0
offset_left = 245.0
offset_right = 326.0
offset_bottom = 24.0
text = "Connect to"
[node name="Disconnect" type="Button" parent="Panel/VBoxContainer/HBoxContainer2/HBoxContainer"]
visible = false
margin_left = 68.0
margin_right = 152.0
margin_bottom = 24.0
offset_left = 68.0
offset_right = 152.0
offset_bottom = 24.0
text = "Disconnect"
[node name="Hostname" type="LineEdit" parent="Panel/VBoxContainer/HBoxContainer2"]
margin_left = 330.0
margin_right = 984.0
margin_bottom = 24.0
offset_left = 330.0
offset_right = 984.0
offset_bottom = 24.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "localhost"
placeholder_text = "localhost"
[node name="Control" type="Control" parent="Panel/VBoxContainer"]
margin_top = 56.0
margin_right = 984.0
margin_bottom = 76.0
rect_min_size = Vector2( 0, 20 )
offset_top = 56.0
offset_right = 984.0
offset_bottom = 76.0
rect_min_size = Vector2(0, 20)
[node name="Game" parent="Panel/VBoxContainer" instance=ExtResource( 2 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_top = 80.0
margin_right = 984.0
margin_bottom = 560.0
offset_top = 80.0
offset_right = 984.0
offset_bottom = 560.0
[node name="AcceptDialog" type="AcceptDialog" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -200.0
margin_top = -100.0
margin_right = 200.0
margin_bottom = 100.0
offset_left = -200.0
offset_top = -100.0
offset_right = 200.0
offset_bottom = 100.0
dialog_text = "Connection closed"
[connection signal="pressed" from="Panel/VBoxContainer/HBoxContainer2/HBoxContainer/Host" to="." method="_on_Host_pressed"]