File: sprite_properties.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 (30 lines) | stat: -rw-r--r-- 983 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
<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Sprite Properties" id="sprite_properties">
  <vbox>
    <grid columns="2">
      <label text="File name:" />
      <entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />

      <label text="Type:" />
      <label text="" id="type" />

      <label text="Size:" />
      <label text="" id="size" />

      <label text="Frames:" />
      <label text="" id="frames" />

      <label text="Transparent Color:" />
      <hbox id="box_transparent" tooltip="Palette entry used as&#10;transparent color in each&#10;layer (only for indexed images)." />
    </grid>
    <separator horizontal="true" />
    <hbox>
      <boxfiller />
      <button text="&amp;OK" closewindow="true" id="ok" magnet="true" width="60" />
      <button text="&amp;Cancel" closewindow="true" id="cancel" width="60" />
    </hbox>
  </vbox>
</window>
</gui>