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:
@@ -6,10 +6,10 @@
|
||||
|
||||
[node name="Scale100" type="Node2D" parent="."]
|
||||
rotation = 2.98023e-08
|
||||
scale = Vector2( 100, 100 )
|
||||
scale = Vector2(100, 100)
|
||||
|
||||
[node name="AxisMarker" parent="Scale100" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="AxisMarker2" parent="Scale100/AxisMarker" instance=ExtResource( 1 )]
|
||||
position = Vector2( 1.5, 1 )
|
||||
position = Vector2(1.5, 1)
|
||||
rotation = 0.349066
|
||||
|
||||
Reference in New Issue
Block a user