mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +00:00
22 lines
536 B
XML
22 lines
536 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2019-2020 Igara Studio S.A. -->
|
|
<gui>
|
|
<vbox id="tileset_selector">
|
|
<combobox id="tilesets">
|
|
<listitem text="@.new_tileset" value="-1" />
|
|
</combobox>
|
|
|
|
<grid id="grid_options" columns="4">
|
|
<label text="@.grid_width" />
|
|
<expr id="grid_width" text="" />
|
|
|
|
<label text="@.grid_height" />
|
|
<expr id="grid_height" text="" />
|
|
|
|
<label text="@.base_index" />
|
|
<expr id="base_index" text="1" tooltip="@.base_tooltip" />
|
|
<boxfiller cell_hspan="2" />
|
|
</grid>
|
|
</vbox>
|
|
</gui>
|