mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Convert demos to Godot 4 using regular expressions in a script
This commit is contained in:
@@ -13,18 +13,18 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = 64.0
|
||||
margin_top = 48.0
|
||||
margin_right = 164.0
|
||||
margin_bottom = 62.0
|
||||
offset_left = 64.0
|
||||
offset_top = 48.0
|
||||
offset_right = 164.0
|
||||
offset_bottom = 62.0
|
||||
size_flags_vertical = 0
|
||||
text = "This is scene B."
|
||||
|
||||
[node name="GoToSceneA" type="Button" parent="."]
|
||||
margin_left = 64.0
|
||||
margin_top = 128.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 160.0
|
||||
offset_left = 64.0
|
||||
offset_top = 128.0
|
||||
offset_right = 192.0
|
||||
offset_bottom = 160.0
|
||||
size_flags_horizontal = 2
|
||||
size_flags_vertical = 2
|
||||
text = "Go to Scene A"
|
||||
|
||||
Reference in New Issue
Block a user