translation

This commit is contained in:
Mylloon 2023-02-25 19:08:06 +01:00
parent 1373aaf748
commit d027577886
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -25,16 +25,16 @@ custom_fonts/font = ExtResource( 2 )
text = "GAME OVER"
[node name="RestartButton" type="Button" parent="."]
margin_left = 258.0
margin_top = 395.0
margin_right = 778.0
margin_bottom = 432.0
margin_left = 340.0
margin_top = 378.0
margin_right = 700.0
margin_bottom = 415.0
custom_colors/font_color = Color( 0.34902, 0.313726, 0.313726, 1 )
custom_fonts/font = ExtResource( 2 )
custom_styles/hover = ExtResource( 5 )
custom_styles/pressed = ExtResource( 4 )
custom_styles/normal = ExtResource( 3 )
text = "Revenir au menu principal"
text = "Back to main menu"
__meta__ = {
"_edit_use_anchors_": true
}