both pads working
This commit is contained in:
parent
cab9fa2fdd
commit
56755e3886
|
@ -12,22 +12,22 @@ script = ExtResource( 1 )
|
||||||
|
|
||||||
[node name="left_pallete" type="Sprite" parent="."]
|
[node name="left_pallete" type="Sprite" parent="."]
|
||||||
|
|
||||||
position = Vector2( 66, 190 )
|
position = Vector2( 70, 200 )
|
||||||
texture = ExtResource( 2 )
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="right_pallete" type="Sprite" parent="."]
|
[node name="right_pallete" type="Sprite" parent="."]
|
||||||
|
|
||||||
position = Vector2( 565, 189 )
|
position = Vector2( 570, 200 )
|
||||||
texture = ExtResource( 3 )
|
texture = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="separator" type="Sprite" parent="."]
|
[node name="separator" type="Sprite" parent="."]
|
||||||
|
|
||||||
position = Vector2( 304, 200 )
|
position = Vector2( 310, 200 )
|
||||||
texture = ExtResource( 4 )
|
texture = ExtResource( 4 )
|
||||||
|
|
||||||
[node name="ball" type="Sprite" parent="."]
|
[node name="ball" type="Sprite" parent="."]
|
||||||
|
|
||||||
position = Vector2( 304.462, 189.923 )
|
position = Vector2( 310, 200 )
|
||||||
texture = ExtResource( 5 )
|
texture = ExtResource( 5 )
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue