Translate about scene
This commit is contained in:
@@ -25,3 +25,12 @@ msgstr "Exit"
|
|||||||
|
|
||||||
msgid "LOADING"
|
msgid "LOADING"
|
||||||
msgstr "Loading ..."
|
msgstr "Loading ..."
|
||||||
|
|
||||||
|
msgid "ABOUT_LEAD_DEV"
|
||||||
|
msgstr "Lead Developer -- VAILLANT Jérémy"
|
||||||
|
|
||||||
|
msgid "ABOUT_LEAD_ARTIST"
|
||||||
|
msgstr "Lead Artist -- VAILLANT Aurélien"
|
||||||
|
|
||||||
|
msgid "ABOUT_SOURCE_GAME"
|
||||||
|
msgstr "Source code of game : https://dev.stilobique.com/Athena/game-source"
|
||||||
|
|||||||
@@ -25,3 +25,12 @@ msgstr "Quit"
|
|||||||
|
|
||||||
msgid "LOADING"
|
msgid "LOADING"
|
||||||
msgstr "Chargement ..."
|
msgstr "Chargement ..."
|
||||||
|
|
||||||
|
msgid "ABOUT_LEAD_DEV"
|
||||||
|
msgstr "Lead Developer -- VAILLANT Jérémy"
|
||||||
|
|
||||||
|
msgid "ABOUT_LEAD_ARTIST"
|
||||||
|
msgstr "Lead Artist -- VAILLANT Aurélien"
|
||||||
|
|
||||||
|
msgid "ABOUT_SOURCE_GAME"
|
||||||
|
msgstr "Code source du jeux : https://dev.stilobique.com/Athena/game-source"
|
||||||
|
|||||||
+43
-19
@@ -3,35 +3,59 @@
|
|||||||
[sub_resource type="GDScript" id=1]
|
[sub_resource type="GDScript" id=1]
|
||||||
script/source = "extends Node
|
script/source = "extends Node
|
||||||
|
|
||||||
|
|
||||||
# Called when the node enters the scene tree for the first time.
|
|
||||||
func _ready():
|
func _ready():
|
||||||
pass # Replace with function body.
|
$CenterContainer/VBoxContainer/LeadDev.text = tr(\"ABOUT_LEAD_DEV\")
|
||||||
|
$CenterContainer/VBoxContainer/LeadArtist.text = tr(\"ABOUT_LEAD_ARTIST\")
|
||||||
func _on_Return_pressed():
|
$CenterContainer/VBoxContainer/Sources.text = tr(\"ABOUT_SOURCE_GAME\")
|
||||||
get_tree().change_scene(\"res://scenes/main.tscn\")
|
|
||||||
"
|
"
|
||||||
|
|
||||||
[node name="About" type="Node"]
|
[node name="About" type="Node"]
|
||||||
script = SubResource( 1 )
|
script = SubResource( 1 )
|
||||||
|
|
||||||
[node name="GRem" type="Label" parent="."]
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||||
margin_left = 350.0
|
margin_left = 150.0
|
||||||
margin_top = 150.0
|
margin_right = 1024.0
|
||||||
margin_right = 616.0
|
margin_bottom = 600.0
|
||||||
margin_bottom = 181.0
|
|
||||||
text = "Lead Develop : GRem -- VAILLANT Jérémy
|
|
||||||
"
|
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Stilobique" type="Label" parent="."]
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
||||||
margin_left = 500.0
|
margin_left = 210.0
|
||||||
margin_top = 300.0
|
margin_top = 275.0
|
||||||
margin_right = 783.0
|
margin_right = 663.0
|
||||||
margin_bottom = 331.0
|
margin_bottom = 325.0
|
||||||
text = "Lead Artist : Stilobique -- VAILLANT Aurelien"
|
alignment = 1
|
||||||
|
|
||||||
|
[node name="LeadDev" type="Label" parent="CenterContainer/VBoxContainer"]
|
||||||
|
anchor_top = -0.38
|
||||||
|
anchor_bottom = -0.38
|
||||||
|
margin_right = 453.0
|
||||||
|
margin_bottom = 14.0
|
||||||
|
text = "Lead Develop : GRem -- VAILLANT Jérémy"
|
||||||
|
align = 1
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[node name="LeadArtist" type="Label" parent="CenterContainer/VBoxContainer"]
|
||||||
|
margin_top = 18.0
|
||||||
|
margin_right = 453.0
|
||||||
|
margin_bottom = 32.0
|
||||||
|
text = "Lead Artist : Stilobique -- VAILLANT Aurelien"
|
||||||
|
align = 1
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[node name="Sources" type="Label" parent="CenterContainer/VBoxContainer"]
|
||||||
|
anchor_top = 0.32
|
||||||
|
anchor_bottom = 0.32
|
||||||
|
margin_top = 36.0
|
||||||
|
margin_right = 453.0
|
||||||
|
margin_bottom = 50.0
|
||||||
|
text = "Source code of game : https://dev.stilobique.com/Athena/game-source"
|
||||||
|
align = 1
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user