54 lines
1.3 KiB
XML
54 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="Image Preview" title="">
|
|
<text name="name_label">
|
|
이름:
|
|
</text>
|
|
<text name="description_label">
|
|
설명:
|
|
</text>
|
|
<text name="preview_label">
|
|
이미지 미리보기:
|
|
</text>
|
|
<combo_box label="의상 유형" name="clothing_type_combo">
|
|
<combo_item name="Image">
|
|
이미지
|
|
</combo_item>
|
|
<combo_item name="Hair">
|
|
헤어
|
|
</combo_item>
|
|
<combo_item name="FemaleHead">
|
|
여성 머리
|
|
</combo_item>
|
|
<combo_item name="FemaleUpperBody">
|
|
여성 상체
|
|
</combo_item>
|
|
<combo_item name="FemaleLowerBody">
|
|
여성 하체
|
|
</combo_item>
|
|
<combo_item name="MaleHead">
|
|
남성 머리
|
|
</combo_item>
|
|
<combo_item name="MaleUpperBody">
|
|
남성 상체
|
|
</combo_item>
|
|
<combo_item name="MaleLowerBody">
|
|
남성 하체
|
|
</combo_item>
|
|
<combo_item name="Skirt">
|
|
치마
|
|
</combo_item>
|
|
<combo_item name="SculptedPrim">
|
|
조각 프림
|
|
</combo_item>
|
|
</combo_box>
|
|
<text name="bad_image_text">
|
|
이미지 파일을 읽을 수 없습니다.
|
|
|
|
이미지를 24비트 Targa(.tga)로 저장해 보시기 바랍니
|
|
다.
|
|
</text>
|
|
<check_box label="손실 없는 압축 사용" name="lossless_check" />
|
|
<button label="취소" name="cancel_btn" />
|
|
<button label="업로드(L$[AMOUNT])" name="ok_btn" />
|
|
</floater>
|