translation
This commit is contained in:
parent
1373aaf748
commit
d027577886
1 changed files with 5 additions and 5 deletions
|
@ -25,16 +25,16 @@ custom_fonts/font = ExtResource( 2 )
|
||||||
text = "GAME OVER"
|
text = "GAME OVER"
|
||||||
|
|
||||||
[node name="RestartButton" type="Button" parent="."]
|
[node name="RestartButton" type="Button" parent="."]
|
||||||
margin_left = 258.0
|
margin_left = 340.0
|
||||||
margin_top = 395.0
|
margin_top = 378.0
|
||||||
margin_right = 778.0
|
margin_right = 700.0
|
||||||
margin_bottom = 432.0
|
margin_bottom = 415.0
|
||||||
custom_colors/font_color = Color( 0.34902, 0.313726, 0.313726, 1 )
|
custom_colors/font_color = Color( 0.34902, 0.313726, 0.313726, 1 )
|
||||||
custom_fonts/font = ExtResource( 2 )
|
custom_fonts/font = ExtResource( 2 )
|
||||||
custom_styles/hover = ExtResource( 5 )
|
custom_styles/hover = ExtResource( 5 )
|
||||||
custom_styles/pressed = ExtResource( 4 )
|
custom_styles/pressed = ExtResource( 4 )
|
||||||
custom_styles/normal = ExtResource( 3 )
|
custom_styles/normal = ExtResource( 3 )
|
||||||
text = "Revenir au menu principal"
|
text = "Back to main menu"
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": true
|
"_edit_use_anchors_": true
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue