blob: e8cc7a9829b3cfa8ee165f0667846740c5801294 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="preview_sound">
<text type="string" length="1" name="desc txt">
Descrição:
</text>
<button label="Executar in-World" label_selected="Executar in-World"
name="Sound play btn"
tool_tip="Executar este som para que todos possam ouvi-lo." />
<button label="Executar Localmente" label_selected="Executar Localmente"
name="Sound audition btn"
tool_tip="Executar este som somente para você ouvir." />
</floater>
|