1
0

Fix SelectionType.next

This commit is contained in:
otya128
2016-12-26 23:19:07 +09:00
parent dbfc18c97a
commit 07eb22268d

View File

@@ -86,7 +86,7 @@ class DialogResources
button2 = new GraphicPage("dialogresource/no.png");
button2.createTexture(renderer, textureScaleMode);
font = TTF_OpenFont("dialogresource/mplus-1c-regular.ttf", 14);
buttonCaptions = [["了解"], ["はい", "いいえ"], ["次へ", "戻る"], ["中止", "決定"], ["中止", "実行"]];
buttonCaptions = [["了解"], ["はい", "いいえ"], ["次へ", "戻る"], ["中止", "決定"], ["中止", "実行"], ["次へ"]];
}
}