<?xml version="1.0" encoding="utf-8" standalone="yes"?> <panel label="環境" name="panel_env_info"> <text name="water_settings_title"> あなたのリージョンを訪れるユーザーに見せたい、水と空/デイサイクルの設定を選択します。詳細 </text> <radio_group name="region_settings_radio_group"> <radio_item label="Second Life のデフォルト設定を使用" name="use_sl_default_settings"/> <radio_item label="次の設定を使用" name="use_my_settings"/> </radio_group> <panel name="user_environment_settings"> <text name="water_settings_title"> 水の設定 </text> <combo_box name="water_settings_preset_combo"> <combo_box.item label="- 事前設定を選択 -" name="item0"/> </combo_box> <text name="sky_dayc_settings_title"> 空 / デイサイクル </text> <radio_group name="sky_dayc_settings_radio_group"> <radio_item label="空の固定" name="my_sky_settings"/> <radio_item label="デイサイクル" name="my_dayc_settings"/> </radio_group> <combo_box name="sky_settings_preset_combo"> <combo_box.item label="- 事前設定を選択 -" name="item0"/> </combo_box> <combo_box name="dayc_settings_preset_combo"> <combo_box.item label="- 事前設定を選択 -" name="item0"/> </combo_box> </panel> <button label="適用" name="apply_btn"/> <button label="取り消し" name="cancel_btn"/> </panel>