Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed Feb 16, 2025
1 parent 9731599 commit 9ba88c4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions book/city/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,7 @@ GameAnimationSample
"PS5",
"XSX",
"Windows"
],
"EpicSampleNameHash": "111"
]
}
```

Expand Down Expand Up @@ -406,5 +405,11 @@ GameAnimationSample

mapにはactorがまとめられているものがあり、それはmapにくっついていません。移動できない場合があります。

基本的にはA-mapとB-mapはある程度位置を完成させてからcopyしましょう。
基本的にはmap[A]とmap[B]はある程度位置を完成させてからcopyしましょう。

## BGMを変更する

例えば、BGMの一部を変更したい場合は、`プロジェクト設定 -> ゲーム -> World Audio Data`を見てください。

私はmatrix(マトリックス)のテーマを消したかったので、`/Content/Audio/MetaSounds/Music/`にある`music_leavebehind_New_Mix_Meta`, `music_leavebehind_New_Mix_NHT_Meta`の音量を`0.0`にしました。

0 comments on commit 9ba88c4

Please sign in to comment.