blob: 8cdeccd723d76fa1508fa4a4a8a1e1d538ec5025 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="preview_texture">
<floater.string name="Title">
Tekstura: [NAME]
</floater.string>
<floater.string name="Copy">
Kopiuj do Szafy
</floater.string>
<text name="desc txt">
Opis:
</text>
<text name="aspect_ratio">
Podgląd proporcji
</text>
<combo_box name="combo_aspect_ratio" tool_tip="Wyświetl w stałych proporcjach" />
<button label="Wyrzuć" name="Discard" />
<button label="Zapisz jako" name="save_tex_btn" />
</floater>
|