All translations done
This commit is contained in:
parent
c0b042ebd5
commit
473421eb32
17 changed files with 191 additions and 97 deletions
|
|
@ -46,11 +46,10 @@ script = SubResource("GDScript_5dd4i")
|
|||
canvas_item_default_texture_filter = 0
|
||||
title = ""
|
||||
size = Vector2i(600, 400)
|
||||
visible = true
|
||||
unresizable = true
|
||||
borderless = true
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_jl0ue")
|
||||
ok_button_text = "Close"
|
||||
ok_button_text = "close"
|
||||
dialog_close_on_escape = false
|
||||
script = ExtResource("2_lgwnu")
|
||||
|
||||
|
|
@ -65,18 +64,7 @@ layout_mode = 2
|
|||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
bbcode_enabled = true
|
||||
text = "[p][center][wave amp=50.0 freq=5.0 connected=1][font_size=24]WELCOME TO LIBERATION OF NEIGHBOURVILLE PROTOTYPE![/font_size][/wave][/center][/p]
|
||||
[p]Big thanks from me, Rendo, and our team! We appreciate any feedback, so consider reporting bugs to our [color=cyan][url=https://discord.gg/Y5Wk8H8EBY]discord server[/url][/color].[/p][p][/p]
|
||||
[p]Liberation of Neighbourville is currently in early stages of development. However, we reached point when all essential systems and mechanics are ready.[/p]
|
||||
[p][/p]
|
||||
[p]As for now, you can play survival endless with all currently made plants. Game includes some plants from first Plants versus Zombies, Aloe from sequel, three basic zombies and a hobo zombie.[/p]
|
||||
[p][/p]
|
||||
[p]As for 0.2.X version, current roadmap contains:[ul]
|
||||
[p]Adventure mode[/p]
|
||||
[p]Almanach[/p]
|
||||
[p]New plants and zombies, obviously[/p]
|
||||
[p]More ways to play[/p]
|
||||
[/ul][/p]"
|
||||
text = "lon_proto"
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
script = ExtResource("2_5dd4i")
|
||||
|
|
@ -88,13 +76,13 @@ initial_position = 2
|
|||
size = Vector2i(300, 300)
|
||||
unresizable = true
|
||||
borderless = true
|
||||
ok_button_text = "Close"
|
||||
ok_button_text = "close"
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="AboutWindow"]
|
||||
offset_left = 6.0
|
||||
offset_top = 6.0
|
||||
offset_right = 294.0
|
||||
offset_bottom = 243.0
|
||||
offset_left = 8.0
|
||||
offset_top = 8.0
|
||||
offset_right = 292.0
|
||||
offset_bottom = 241.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
|
|
@ -102,16 +90,7 @@ size_flags_vertical = 3
|
|||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
bbcode_enabled = true
|
||||
text = "[p][center][font_size=24]About[/font_size][/center][/p]
|
||||
[p]Made in [color=steel_blue]Godot Engine [img=16]res://icon.svg[/img][/color][/p]
|
||||
[p]
|
||||
Made by: [ul]
|
||||
[p]Rendo - programmer, gamedesigner[/p]
|
||||
[p]Slaimy - graphics designer, gamedesigner[/p]
|
||||
[p]CaTronick - graphics designer, gamedesigner[/p]
|
||||
[/ul]
|
||||
[/p]
|
||||
[p]All rights for Plants versus Zombies franchise belong to PopCap games[/p]"
|
||||
text = "about_screen"
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
|
||||
|
|
@ -143,11 +122,11 @@ offset_bottom = 275.0
|
|||
|
||||
[node name="PlayButton" type="Button" parent="Buttons/GameButtons"]
|
||||
layout_mode = 2
|
||||
text = "Play"
|
||||
text = "play"
|
||||
|
||||
[node name="ExitButton" type="Button" parent="Buttons/GameButtons"]
|
||||
layout_mode = 2
|
||||
text = "Exit"
|
||||
text = "exit"
|
||||
|
||||
[node name="InfoButtons" type="VBoxContainer" parent="Buttons"]
|
||||
layout_mode = 0
|
||||
|
|
@ -158,7 +137,7 @@ offset_bottom = 235.0
|
|||
|
||||
[node name="Button" type="Button" parent="Buttons/InfoButtons"]
|
||||
layout_mode = 2
|
||||
text = "About"
|
||||
text = "about"
|
||||
|
||||
[node name="SACRIFICE" type="TextureButton" parent="Buttons"]
|
||||
layout_mode = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue