change the centering of the blocks
This commit is contained in:
parent
8625181b1a
commit
5be99c3920
@ -31,7 +31,9 @@ extents = Vector2( 8, 8 )
|
|||||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||||
frames = SubResource( 3 )
|
frames = SubResource( 3 )
|
||||||
animation = "unopened"
|
animation = "unopened"
|
||||||
|
centered = false
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
|
position = Vector2( 8, 8 )
|
||||||
shape = SubResource( 4 )
|
shape = SubResource( 4 )
|
||||||
|
@ -31,7 +31,9 @@ extents = Vector2( 8, 8 )
|
|||||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||||
frames = SubResource( 3 )
|
frames = SubResource( 3 )
|
||||||
animation = "unopened"
|
animation = "unopened"
|
||||||
|
centered = false
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
|
position = Vector2( 8, 8 )
|
||||||
shape = SubResource( 4 )
|
shape = SubResource( 4 )
|
||||||
|
Loading…
Reference in New Issue
Block a user