blob: d1a9878dfba91144a89100761b74df5caacdf7eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="content_panel">
<text_editor name="voice_intro_text1">
下のオプションを使用して、あなたのボイスチャット環境を設定してください。
</text_editor>
<radio_group name="ear_location">
<radio_item name="0">
カメラの位置からボイスチャットを聞く。
</radio_item>
<radio_item name="1">
アバターの位置からボイスチャットを聞く。
</radio_item>
</radio_group>
<check_box label="プッシュ・トゥ・トークモードでビュアーを起動"
name="push_to_talk_check" />
<check_box label="切り替えモードで、プッシュ・トゥ・トークを使用"
name="push_to_talk_toggle_check" />
<text name="push_to_talk_label">
プッシュ・トゥ・トークトリガー:
</text>
<button label="セットキー" name="set_voice_hotkey_button" />
<button label="ミドルマウスボタン" name="set_voice_middlemouse_button" />
</panel>
|