make room for triple digit lives
This commit is contained in:
parent
b50d7a9fa4
commit
635522f382
1 changed files with 4 additions and 4 deletions
|
@ -95,12 +95,12 @@ region_rect = Rect2( 32, 0, 8, 8 )
|
||||||
|
|
||||||
[node name="LivesHead" type="Sprite" parent="."]
|
[node name="LivesHead" type="Sprite" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
position = Vector2( 234, 6 )
|
position = Vector2( 227, 6 )
|
||||||
texture = ExtResource( 2 )
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="DeathsHead" type="Sprite" parent="."]
|
[node name="DeathsHead" type="Sprite" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
position = Vector2( 236, 6 )
|
position = Vector2( 229, 6 )
|
||||||
texture = ExtResource( 4 )
|
texture = ExtResource( 4 )
|
||||||
|
|
||||||
[node name="ScoreText" type="Label" parent="."]
|
[node name="ScoreText" type="Label" parent="."]
|
||||||
|
@ -130,9 +130,9 @@ text = "High:000000"
|
||||||
|
|
||||||
[node name="LivesCounter" type="Label" parent="."]
|
[node name="LivesCounter" type="Label" parent="."]
|
||||||
modulate = Color( 0.478431, 1, 0.47451, 1 )
|
modulate = Color( 0.478431, 1, 0.47451, 1 )
|
||||||
margin_left = 240.0
|
margin_left = 233.0
|
||||||
margin_top = 1.0
|
margin_top = 1.0
|
||||||
margin_right = 247.0
|
margin_right = 254.0
|
||||||
margin_bottom = 11.0
|
margin_bottom = 11.0
|
||||||
theme = ExtResource( 10 )
|
theme = ExtResource( 10 )
|
||||||
text = "2"
|
text = "2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue