背景画像の変更ghost_design.json を作成・編集することで ゴーストのメインメニュー内のテキストカラーや skinship の対象座標を指定できます。 定義したスキンシップに対応するセリフは messages.json で指定してください。

{
  "mainMenu": {
    "textColor": "#333333",
    "activeTextColor": "#333333",
    "mutedTextColor": "rgba(255, 255, 255, 0.7)"
  },
  "windowYoko": {
    "borderColor": "#808080",
    "textColor": "#333333"
  },
  "skinshipAreas": {
    "head": {
      "x": 0.4,
      "y": 0.05,
      "width": 0.3,
      "height": 0.05
    },
    "face": {
      "x": 0.45,
      "y": 0.21,
      "width": 0.2,
      "height": 0.1
    },
    "bust": {
      "x": 0.3,
      "y": 0.45,
      "width": 0.3,
      "height": 0.05
    }
  }
}

ウインドウの背景画像の設定

以下の画像ファイルをゴーストのフォルダに格納することで 各種メニューの背景画像を変更することができます。 テキスト色の変更が必要な場合は、ghost_design.json で変更してください。

モーダルウインドウ画像 名前:window_yoko.png サイズ:1907 × 825px

window_yoko.png

メインメニュー画像 名前:main_menu.png サイズ:939 × 1675px

main_menu.png