fixed off centre separator
This commit is contained in:
parent
23236b6c48
commit
591bc318b5
16
pong.tscn
16
pong.tscn
|
@ -51,13 +51,13 @@ texture = ExtResource( 3 )
|
|||
|
||||
[node name="separator" type="Sprite" parent="."]
|
||||
|
||||
position = Vector2( 310, 200 )
|
||||
position = Vector2( 320, 200 )
|
||||
texture = ExtResource( 4 )
|
||||
_sections_unfolded = [ "Transform" ]
|
||||
|
||||
[node name="ball" type="Sprite" parent="."]
|
||||
|
||||
position = Vector2( 310, 200 )
|
||||
position = Vector2( 320, 200 )
|
||||
texture = ExtResource( 5 )
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
|
@ -98,9 +98,9 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 240.0
|
||||
margin_left = 250.0
|
||||
margin_top = 10.0
|
||||
margin_right = 226.0
|
||||
margin_right = 236.0
|
||||
margin_bottom = 33.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
|
@ -121,9 +121,9 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 290.0
|
||||
margin_left = 300.0
|
||||
margin_top = 20.0
|
||||
margin_right = 330.0
|
||||
margin_right = 340.0
|
||||
margin_bottom = 90.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
|
@ -144,9 +144,9 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 330.0
|
||||
margin_left = 340.0
|
||||
margin_top = 10.0
|
||||
margin_right = 380.0
|
||||
margin_right = 390.0
|
||||
margin_bottom = 100.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
|
|
Loading…
Reference in New Issue