fixed up ball reset
This commit is contained in:
parent
dd010ed772
commit
cab9fa2fdd
|
@ -12,7 +12,7 @@ script = ExtResource( 1 )
|
||||||
|
|
||||||
[node name="left_pallete" type="Sprite" parent="."]
|
[node name="left_pallete" type="Sprite" parent="."]
|
||||||
|
|
||||||
position = Vector2( 62, 185 )
|
position = Vector2( 66, 190 )
|
||||||
texture = ExtResource( 2 )
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="right_pallete" type="Sprite" parent="."]
|
[node name="right_pallete" type="Sprite" parent="."]
|
||||||
|
@ -27,7 +27,7 @@ texture = ExtResource( 4 )
|
||||||
|
|
||||||
[node name="ball" type="Sprite" parent="."]
|
[node name="ball" type="Sprite" parent="."]
|
||||||
|
|
||||||
position = Vector2( 304, 183 )
|
position = Vector2( 304.462, 189.923 )
|
||||||
texture = ExtResource( 5 )
|
texture = ExtResource( 5 )
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue