fix: puts these items back at the origin which is necessary so their positions in the scene can be used

This commit is contained in:
Duncan Brown
2022-08-11 19:31:30 -04:00
parent 5b315bb0ee
commit 689062989b
3 changed files with 11 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ dialog_color = Color( 1, 1, 1, 1 )
animations = null
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 1038.5, 424 )
position = Vector2( 0.249146, -42.8763 )
texture = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 1039, 424 )
position = Vector2( 0.498291, -44.6254 )
shape = SubResource( 4 )