blob: abe8d8dd46b9cccd84960680ff597d40b0c58448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="디버그" name="Debug">
<text name="region_text_lbl">
지역:
</text>
<text name="region_text">
알 수 없음
</text>
<check_box label="스크립트 끄기" name="disable_scripts_check"
tool_tip="이 지역 내 모든 스크립트 끄기" />
<button label="?" name="disable_scripts_help" />
<check_box label="충돌 끄기" name="disable_collisions_check"
tool_tip="이 지역 내 비아바타 충돌 끄기" />
<button label="?" name="disable_collisions_help" />
<check_box label="물리엔진 끄기" name="disable_physics_check"
tool_tip="이 지역 내 모든 물리엔진 끄기" />
<button label="?" name="disable_physics_help" />
<button label="적용" name="apply_btn" />
<button label="아바타 선택..." name="choose_avatar_btn" />
<button label="스크립트 오브젝트 제거" name="return_scripted_other_land_btn" />
<button label="모든 스크립트 오브젝트 제거" name="return_scripted_all_btn" />
<button label="대용량 콜라이더 보기…" name="top_colliders_btn"
tool_tip="충돌 가능한 최상위 오브젝트 목록" />
<button label="?" name="top_colliders_help" />
<button label="대용량 스크립트 보기…" name="top_scripts_btn"
tool_tip="스크립트 실행에 가장 많은 시간을 소모하는 오브젝트 목록" />
<button label="?" name="top_scripts_help" />
<button label="지역 재시작" name="restart_btn"
tool_tip="2분간 카운트다운한 후 지역을 재시작합니다" />
<button label="?" name="restart_help" />
<button label="재시작 취소" name="cancel_restart_btn"
tool_tip="지역 재시작 취소" />
</panel>
|