locale (wip)
This commit is contained in:
parent
8f3fc9d45d
commit
32ec84364c
9 changed files with 88 additions and 57 deletions
|
@ -27,12 +27,13 @@ texture = ExtResource("2_2li8v")
|
|||
|
||||
[node name="Game name" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 496.0
|
||||
offset_left = 35.0
|
||||
offset_top = 3.0
|
||||
offset_right = 790.0
|
||||
offset_right = 1235.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Shrine of the doomed souls"
|
||||
text = "BUTTON_CERES"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Bottomhud" parent="." instance=ExtResource("3_uojcp")]
|
||||
layout_mode = 1
|
||||
|
@ -60,33 +61,31 @@ text = "CERES_L20_DESC"
|
|||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Unused
|
||||
"
|
||||
text = "BUTTON_PLACEHOLDER"
|
||||
|
||||
[node name="Dialogtest" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Unused
|
||||
"
|
||||
text = "BUTTON_PLACEHOLDER"
|
||||
|
||||
[node name="Bullethell" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Unused"
|
||||
text = "BUTTON_PLACEHOLDER"
|
||||
|
||||
[node name="Credits" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Unused"
|
||||
text = "BUTTON_PLACEHOLDER"
|
||||
|
||||
[node name="WIP" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Unused"
|
||||
text = "BUTTON_PLACEHOLDER"
|
||||
|
||||
[node name="Back" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
|
@ -58,19 +58,19 @@ grow_vertical = 0
|
|||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 80
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_821nm")
|
||||
text = "Gamepad Test"
|
||||
text = "BUTTON_GAMEPADTEST"
|
||||
|
||||
[node name="Scene Selector2" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 80
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_821nm")
|
||||
text = "Scene Selector"
|
||||
text = "BUTTON_SCENESELECT"
|
||||
|
||||
[node name="Sound Test" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 80
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Sound Test"
|
||||
text = "BUTTON_SOUNDTEST"
|
||||
|
||||
[node name="Back" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
|
@ -26,12 +26,13 @@ offset_bottom = 23.0
|
|||
|
||||
[node name="Game name" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 496.0
|
||||
offset_left = 71.0
|
||||
offset_top = 3.0
|
||||
offset_right = 790.0
|
||||
offset_right = 1209.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Gamepad Test"
|
||||
text = "BUTTON_GAMEPADTEST"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Info" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
|
@ -48,7 +49,7 @@ offset_top = 672.0
|
|||
offset_right = 444.0
|
||||
offset_bottom = 708.0
|
||||
theme_override_font_sizes/font_size = 22
|
||||
text = "Press Escape or A + B to return"
|
||||
text = "BUTTON_GAMEPADTEST_DONE"
|
||||
|
||||
[node name="BoxContainer" type="BoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
|
|
|
@ -35,12 +35,13 @@ offset_bottom = 23.0
|
|||
|
||||
[node name="Game name" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 496.0
|
||||
offset_left = 57.0
|
||||
offset_top = 3.0
|
||||
offset_right = 790.0
|
||||
offset_right = 1229.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Music Test"
|
||||
text = "MENU_MUSICTEST"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Info" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
|
@ -57,7 +58,7 @@ offset_top = 672.0
|
|||
offset_right = 444.0
|
||||
offset_bottom = 708.0
|
||||
theme_override_font_sizes/font_size = 22
|
||||
text = "Press X to stop playback"
|
||||
text = "LABEL_STOPPLAYBACK"
|
||||
|
||||
[node name="Bottomhud" parent="." instance=ExtResource("4_a1ux8")]
|
||||
layout_mode = 1
|
||||
|
@ -82,43 +83,43 @@ layout_mode = 2
|
|||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_cprm3")
|
||||
text = "Title Screen"
|
||||
text = "SONG0_LABEL"
|
||||
|
||||
[node name="Disclaimer, Settings, Stores" type="Button" parent="BoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_cprm3")
|
||||
text = "Disclaimer, Settings, Stores"
|
||||
text = "SONG1_LABEL"
|
||||
|
||||
[node name="Testrooms" type="Button" parent="BoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_alctd")
|
||||
text = "Testrooms"
|
||||
text = "SONG2_LABEL"
|
||||
|
||||
[node name="Friendly challenge" type="Button" parent="BoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_alctd")
|
||||
text = "Friendly challenge"
|
||||
text = "SONG3_LABEL"
|
||||
|
||||
[node name="School nursery" type="Button" parent="BoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_alctd")
|
||||
text = "School nursery"
|
||||
text = "SONG4_LABEL"
|
||||
|
||||
[node name="Overworld (Ceres)" type="Button" parent="BoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_alctd")
|
||||
text = "Overworld (Ceres)"
|
||||
text = "SONG5_LABEL"
|
||||
|
||||
[node name="Boss fight (Ceres)" type="Button" parent="BoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 25
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_alctd")
|
||||
text = "Boss fight (Ceres)"
|
||||
text = "SONG6_LABEL"
|
||||
|
||||
[node name="Result" type="Button" parent="BoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
|
@ -27,12 +27,13 @@ texture = ExtResource("2_jnmob")
|
|||
|
||||
[node name="Game name" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 496.0
|
||||
offset_left = 49.0
|
||||
offset_top = 3.0
|
||||
offset_right = 790.0
|
||||
offset_right = 1224.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Scene selector"
|
||||
text = "BUTTON_SCENESELECT"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Bottomhud" parent="." instance=ExtResource("4_2y7h7")]
|
||||
layout_mode = 1
|
||||
|
@ -54,37 +55,37 @@ grow_vertical = 0
|
|||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Disclaimer (and return to title)"
|
||||
text = "BUTTON_SCENE_DISCLAIMER"
|
||||
|
||||
[node name="Testrooms" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Shrine of the doomed souls"
|
||||
text = "BUTTON_TESTROOMS"
|
||||
|
||||
[node name="Ceres" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Ceres"
|
||||
text = "BUTTON_CERES"
|
||||
|
||||
[node name="Results" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Result Screen"
|
||||
text = "BUTTON_SCORESCREEN"
|
||||
|
||||
[node name="Credits" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Credits"
|
||||
text = "BUTTON_CREDITS"
|
||||
|
||||
[node name="WIP" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Work in Progress"
|
||||
text = "BUTTON_WIP"
|
||||
|
||||
[node name="Back" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
|
@ -27,12 +27,13 @@ texture = ExtResource("2_uuurj")
|
|||
|
||||
[node name="Game name" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 496.0
|
||||
offset_left = 39.0
|
||||
offset_top = 3.0
|
||||
offset_right = 790.0
|
||||
offset_right = 1232.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Sound Effect Test"
|
||||
text = "MENU_SFXTEST"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Stop" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
|
|
|
@ -30,12 +30,13 @@ texture = ExtResource("2_x41qm")
|
|||
|
||||
[node name="Game name" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 496.0
|
||||
offset_left = 64.0
|
||||
offset_top = 3.0
|
||||
offset_right = 790.0
|
||||
offset_right = 1213.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Sound Test"
|
||||
text = "BUTTON_SOUNDTEST"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Bottomhud" parent="." instance=ExtResource("4_2a53a")]
|
||||
layout_mode = 1
|
||||
|
@ -57,13 +58,13 @@ grow_vertical = 0
|
|||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 80
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_wtbgt")
|
||||
text = "Music"
|
||||
text = "BUTTON_MUSIC"
|
||||
|
||||
[node name="Sfx" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 80
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_4arqn")
|
||||
text = "Sound Effects"
|
||||
text = "BUTTON_SFXTEST"
|
||||
|
||||
[node name="Back" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
|
@ -27,12 +27,13 @@ texture = ExtResource("2_vkpo3")
|
|||
|
||||
[node name="Game name" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 496.0
|
||||
offset_left = 56.0
|
||||
offset_top = 3.0
|
||||
offset_right = 790.0
|
||||
offset_right = 1218.0
|
||||
offset_bottom = 73.0
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "Shrine of the doomed souls"
|
||||
text = "BUTTON_TESTROOMS"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Bottomhud" parent="." instance=ExtResource("4_jvl8w")]
|
||||
layout_mode = 1
|
||||
|
@ -54,39 +55,37 @@ grow_vertical = 0
|
|||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Test Spawn"
|
||||
text = "BUTTON_SPAWNTEST"
|
||||
|
||||
[node name="Lilytest" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Test Boss (Lily)
|
||||
"
|
||||
text = "BUTTOM_TESTBOSS"
|
||||
|
||||
[node name="Dialogtest" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Dialog Test
|
||||
"
|
||||
text = "BUTTON_DIALOGTEST"
|
||||
|
||||
[node name="Bullethell" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Bullet hell test (Natasha)"
|
||||
text = "BUTTON_DANMAKUTEST"
|
||||
|
||||
[node name="Credits" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Unused"
|
||||
text = "BUTTON_PLACEHOLDER"
|
||||
|
||||
[node name="WIP" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
|
||||
text = "Unused"
|
||||
text = "BUTTON_PLACEHOLDER"
|
||||
|
||||
[node name="Back" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue