fix
This commit is contained in:
parent
930deb7da7
commit
c12c4be394
4 changed files with 3 additions and 4 deletions
|
@ -35,7 +35,8 @@ offset_top = 113.0
|
||||||
offset_right = 1237.0
|
offset_right = 1237.0
|
||||||
offset_bottom = 243.0
|
offset_bottom = 243.0
|
||||||
theme_override_font_sizes/font_size = 95
|
theme_override_font_sizes/font_size = 95
|
||||||
text = "Midori in the Magic School"
|
text = "GAME_NAME"
|
||||||
|
horizontal_alignment = 1
|
||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
|
|
|
@ -64,7 +64,6 @@ schar={
|
||||||
[internationalization]
|
[internationalization]
|
||||||
|
|
||||||
locale/translations=PackedStringArray("res://text.en.translation", "res://text.es.translation", "res://text.ja.translation")
|
locale/translations=PackedStringArray("res://text.en.translation", "res://text.es.translation", "res://text.ja.translation")
|
||||||
locale/test="ja"
|
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
|
|
|
@ -182,6 +182,5 @@ libraries = {
|
||||||
|
|
||||||
[node name="Speed" type="Timer" parent="."]
|
[node name="Speed" type="Timer" parent="."]
|
||||||
wait_time = 0.1
|
wait_time = 0.1
|
||||||
autostart = true
|
|
||||||
|
|
||||||
[connection signal="timeout" from="Speed" to="." method="_on_speed_timeout"]
|
[connection signal="timeout" from="Speed" to="." method="_on_speed_timeout"]
|
||||||
|
|
2
text.csv
2
text.csv
|
@ -1,6 +1,6 @@
|
||||||
;en;es;ja
|
;en;es;ja
|
||||||
TEXT_CONTINUE;Press Enter or B to continue;Presiona Intro o B para continuar;Enter または B を押して続行します
|
TEXT_CONTINUE;Press Enter or B to continue;Presiona Intro o B para continuar;Enter または B を押して続行します
|
||||||
TEXT_START;Press Enter or B to start;Presiona Intro o B para iniciar;EEnterまたはBを押して開始します
|
TEXT_START;Press Enter or B to start;Presiona Intro o B para iniciar;EnterまたはBを押して開始します
|
||||||
TEXT_EXIT;Press Escape or A to exit;Presiona Escape o A para salir;終了するにはEscまたはAを押してください
|
TEXT_EXIT;Press Escape or A to exit;Presiona Escape o A para salir;終了するにはEscまたはAを押してください
|
||||||
GAME_NAME;Midori in the Magic School;Midori in the Magic School;改造魔法学校のミドリ
|
GAME_NAME;Midori in the Magic School;Midori in the Magic School;改造魔法学校のミドリ
|
||||||
SONG0_INFO;RELOADED\nRELOADED THEME\nMidori is now RELOADED;RELOADED\nRELOADED THEME\nMidori ahora esta RELOADED;RELOADED\nRELOADED THEME\n緑は今 RELOADED
|
SONG0_INFO;RELOADED\nRELOADED THEME\nMidori is now RELOADED;RELOADED\nRELOADED THEME\nMidori ahora esta RELOADED;RELOADED\nRELOADED THEME\n緑は今 RELOADED
|
||||||
|
|
|
Loading…
Reference in a new issue