2018-06-14 19:16:50 +00:00
|
|
|
<!-- Aseprite -->
|
2022-01-05 23:45:08 +00:00
|
|
|
<!-- Copyright (C) 2018-2022 Igara Studio S.A. -->
|
2018-12-06 15:30:17 +00:00
|
|
|
<!-- Copyright (C) 2018 David Capello -->
|
2018-06-19 17:49:40 +00:00
|
|
|
<gui i18nwarnings="false">
|
2018-06-14 19:16:50 +00:00
|
|
|
<window id="about" text="About Aseprite">
|
|
|
|
<vbox>
|
|
|
|
<label text="" id="title" />
|
|
|
|
<label text="Animated sprite editor && pixel art tool" />
|
2021-04-13 22:08:33 +00:00
|
|
|
<hbox homogeneous="true">
|
|
|
|
<hbox>
|
|
|
|
<vbox expansive="true">
|
|
|
|
<separator text="Developer Team" horizontal="true" />
|
|
|
|
<link text="David Capello" url="https://twitter.com/davidcapello" />
|
|
|
|
<link text="Gaspar Capello" url="https://twitter.com/Gasparoken" />
|
2021-05-20 21:38:03 +00:00
|
|
|
<link text="Martín Capello" url="https://twitter.com/martincapell0" />
|
2021-04-13 22:08:33 +00:00
|
|
|
<vbox minheight="8" />
|
|
|
|
</vbox>
|
|
|
|
<separator vertical="true" />
|
2018-07-24 18:27:02 +00:00
|
|
|
</hbox>
|
2021-04-13 22:08:33 +00:00
|
|
|
<vbox>
|
|
|
|
<separator text="Credits" horizontal="true" cell_hspan="2" />
|
|
|
|
<link text="Contributors" url="" id="credits" />
|
|
|
|
<link text="Open Source Projects" url="" id="licenses" />
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
2018-06-14 19:16:50 +00:00
|
|
|
<separator horizontal="true" />
|
2018-12-06 15:30:17 +00:00
|
|
|
<hbox>
|
2022-01-05 23:45:08 +00:00
|
|
|
<label text="Copyright (C) 2001-2022" />
|
2022-07-18 19:01:31 +00:00
|
|
|
<link text="Igara Studio S.A." url="https://igara.com/" />
|
2018-12-06 15:30:17 +00:00
|
|
|
</hbox>
|
2018-06-14 19:16:50 +00:00
|
|
|
<link text="https://www.aseprite.org/" url="https://www.aseprite.org/" />
|
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
|
|
|
<button text="@general.close" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<boxfiller />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|