2019-04-14 12:01:18 +00:00
|
|
|
<!-- Aseprite -->
|
2020-10-30 19:33:34 +00:00
|
|
|
<!-- Copyright (C) 2019-2020 Igara Studio S.A. -->
|
2019-04-14 12:01:18 +00:00
|
|
|
<gui>
|
|
|
|
<vbox id="tileset_selector">
|
|
|
|
<combobox id="tilesets">
|
|
|
|
<listitem text="@.new_tileset" value="-1" />
|
|
|
|
</combobox>
|
|
|
|
|
2020-11-10 20:48:09 +00:00
|
|
|
<grid columns="4" expansive="true">
|
|
|
|
<label text="@.name" />
|
|
|
|
<entry maxsize="256" id="name" text="" cell_hspan="3" />
|
|
|
|
|
2019-04-14 12:01:18 +00:00
|
|
|
<label text="@.grid_width" />
|
|
|
|
<expr id="grid_width" text="" />
|
|
|
|
<label text="@.grid_height" />
|
|
|
|
<expr id="grid_height" text="" />
|
2020-10-30 19:33:34 +00:00
|
|
|
|
2020-10-30 23:57:36 +00:00
|
|
|
<label text="@.base_index" />
|
|
|
|
<expr id="base_index" text="1" tooltip="@.base_tooltip" />
|
|
|
|
<boxfiller cell_hspan="2" />
|
2020-10-30 19:33:34 +00:00
|
|
|
</grid>
|
2019-04-14 12:01:18 +00:00
|
|
|
</vbox>
|
|
|
|
</gui>
|