kotones-color/json/144_start.json
2026-03-18 22:18:09 -05:00

202 lines
No EOL
7.8 KiB
JSON

{
"0": {
"type": "dialogue",
"src": "ボタンアニメーション機能を紹介します。",
"tl": "This is an introduction to the button animation feature."
},
"1": {
"type": "dialogue",
"src": "画面左下のセーブボタンにマウスを乗せてみてください。",
"tl": "Try hovering your mouse over the Save button in the bottom-left corner of the screen."
},
"2": {
"type": "dialogue",
"src": "乗せている間、ボタン画像がアニメーションされていると思います。",
"tl": "While hovering, you should see the button image being animated."
},
"3": {
"type": "dialogue",
"src": "このように、ボタンがアニメーション対応になりました。",
"tl": "As you can see, buttons now support animation."
},
"4": {
"type": "dialogue",
"src": "OFF/OVER/ON/ONOVERそれぞれの状態にアニメーションを設定できますので、工夫次第で面白いボタン演出ができるかと思います。",
"tl": "You can set animations for each of the OFF / OVER / ON / ON-OVER states, so with a little creativity, you can create some interesting button effects."
},
"5": {
"type": "dialogue",
"src": "画像選択肢機能について説明します。",
"tl": "This section explains the image choice feature."
},
"6": {
"type": "dialogue",
"src": "通常の選択肢で選択肢枠画像を選択する代わりに、任意の画像を表示、それを選択できる機能を実装しました。",
"tl": "Instead of displaying a standard choice selection frame, this feature allows you to display and select any arbitrary image."
},
"7": {
"type": "dialogue",
"src": "キャラクター選択やルート選択、マップ選択などが簡単に作成できるようになります。",
"tl": "This makes it easy to create character selection screens, route selection screens, map selection screens, and more."
},
"8": {
"type": "dialogue",
"src": "それでは表示してみます。",
"tl": "Let's give it a try now."
},
"9": {
"type": "dialogue",
"src": "選択肢1を選択しました。",
"tl": "You selected Choice 1."
},
"10": {
"type": "dialogue",
"src": "選択肢2を選択しました。",
"tl": "You selected Choice 2."
},
"11": {
"type": "dialogue",
"src": "選択肢3を選択しました。",
"tl": "You selected Choice 3."
},
"12": {
"type": "dialogue",
"src": "選択肢4を選択しました。",
"tl": "You selected Choice 4."
},
"13": {
"type": "dialogue",
"src": "選択肢5を選択しました。",
"tl": "You selected Choice 5."
},
"14": {
"type": "dialogue",
"src": "選択肢6を選択しました。",
"tl": "You selected Choice 6."
},
"15": {
"type": "dialogue",
"src": "選択肢7を選択しました。",
"tl": "You selected Choice 7."
},
"16": {
"type": "dialogue",
"src": "選択肢8を選択しました。",
"tl": "You selected Choice 8."
},
"17": {
"type": "dialogue",
"src": "選択肢9を選択しました。",
"tl": "You selected Choice 9."
},
"18": {
"type": "dialogue",
"src": "選択肢10を選択しました。",
"tl": "You selected Choice 10."
},
"19": {
"type": "dialogue",
"src": "選択肢11を選択しました。",
"tl": "You selected Choice 11."
},
"20": {
"type": "dialogue",
"src": "選択肢12を選択しました。",
"tl": "You selected Choice 12."
},
"21": {
"type": "dialogue",
"src": "それでは次に、もう一度画像選択肢機能を使用して、ボタンの新しい機能について説明をします。",
"tl": "Next, we'll use the image choice feature again to explain a new button functionality."
},
"22": {
"type": "dialogue",
"src": "新しくボタン反応範囲を設定するためのマスク画像の読込に対応しました。",
"tl": "Support has been added for loading a mask image to define the button's hit area."
},
"23": {
"type": "dialogue",
"src": "これは、ボタンのサイズや形、色に影響されることなく、好きな場所を反応範囲に設定できるというものです。",
"tl": "This allows you to set any area as the hit zone, regardless of the button's size, shape, or color."
},
"24": {
"type": "dialogue",
"src": "これからキャラとボタンで合わせて一枚の画像になっているボタンを表示しますが、反応範囲はボタン部分だけになっているのをチェックしてみてください。",
"tl": "We're about to display a button where the character and button are combined into a single image - check to see that only the button portion registers as the hit area."
},
"25": {
"type": "dialogue",
"src": "選択しました。",
"tl": "Selected."
},
"26": {
"type": "dialogue",
"src": "マップ選択サンプルです。",
"tl": "This is a map selection sample."
},
"27": {
"type": "dialogue",
"src": "UIの画像選択機能を利用します。",
"tl": "It uses the UI image selection feature."
},
"28": {
"type": "dialogue",
"src": "Aを選択しました。",
"tl": "You selected A."
},
"29": {
"type": "dialogue",
"src": "Bを選択しました。",
"tl": "You selected B."
},
"30": {
"type": "dialogue",
"src": "Cを選択しました。",
"tl": "You selected C."
},
"31": {
"type": "dialogue",
"src": "Dを選択しました。",
"tl": "You selected D."
},
"32": {
"type": "dialogue",
"src": "ゲーム中のUI変更機能を紹介します。",
"tl": "We'll now introduce the in-game UI change feature."
},
"33": {
"type": "dialogue",
"src": "これから画面デザインを変更します。",
"tl": "We're about to change the screen design."
},
"34": {
"type": "dialogue",
"src": "変更しました。",
"tl": "Changed."
},
"35": {
"type": "dialogue",
"src": "このようにゲーム中の任意のタイミングで画面デザインを変更できるようになりました。",
"tl": "As shown, you can now change the screen design at any point during the game."
},
"36": {
"type": "dialogue",
"src": "さらに別のデザインに変えてみます。",
"tl": "Let's try switching to yet another design."
},
"37": {
"type": "dialogue",
"src": "変更しました。",
"tl": "Changed."
},
"38": {
"type": "dialogue",
"src": "このように全画面ノベルモードにもできるようになりました。",
"tl": "As shown, you can now switch to a full-screen novel mode as well."
},
"39": {
"type": "dialogue",
"src": "画面デザインを元に戻しました。",
"tl": "The screen design has been restored to its original state."
}
}