Files
SingularityViewer/indra/newview/skins/default/xui/zh/floater_beacons.xml
2010-04-02 02:48:44 -03:00

36 lines
681 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
name="beacons"
title="信标">
<panel
name="beacons_panel">
<check_box
name="touch_only"
label="有触摸脚本的物体" />
<check_box
name="scripted"
label="有脚本的物体" />
<check_box
name="physical"
label="物理物体" />
<check_box
name="sounds"
label="声音源" />
<check_box
name="particles"
label="粒子源" />
<check_box
name="highlights"
label="渲染高亮" />
<check_box
name="beacons"
label="渲染信标" />
<text
name="beacon_width_label">
信标宽度:
</text>
</panel>
</floater>