File: export_sprite_sheet.xml

package info (click to toggle)
aseprite 1.0.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,504 kB
  • ctags: 18,296
  • sloc: cpp: 84,144; ansic: 49,119; xml: 1,971; objc: 1,211; asm: 117; makefile: 45
file content (33 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download
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
<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2014 by David Capello -->
<gui>
  <window id="export_sprite_sheet" text="Export Sprite Sheet">
  <grid columns="4">
    <label text="Sheet Type:" />
    <combobox id="sheet_type" cell_hspan="3" />

    <label id="columns_label" text="Columns:" />
    <entry id="columns" text="" maxsize="4" />
    <boxfiller cell_hspan="2" />

    <label id="fit_width_label" text="Width:" />
    <combobox id="fit_width" text="" maxsize="5" editable="true" />
    <label id="fit_height_label" text="Height:" />
    <combobox id="fit_height" text="" maxsize="5" editable="true" />

    <hbox id="best_fit_filler" />
    <check cell_hspan="3" id="best_fit" text="Best fit for texture" />

    <label text="Export Action:" />
    <combobox id="export_action" cell_hspan="3" />

    <hbox cell_hspan="4">
      <boxfiller />
      <hbox homogeneous="true">
        <button id="export_button" text="&amp;Export" minwidth="60" magnet="true" closewindow="true" />
        <button text="&amp;Cancel" minwidth="60" closewindow="true" />
      </hbox>
    </hbox>
  </grid>
  </window>
</gui>