2018-06-14 19:16:50 +00:00
|
|
|
<!-- Aseprite -->
|
|
|
|
<!-- Copyright (C) 2018 by 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" />
|
|
|
|
<separator text="Authors:" horizontal="true" />
|
|
|
|
<grid columns="2">
|
2018-06-19 14:05:40 +00:00
|
|
|
<link text="David Capello" url="https://davidcapello.com/" />
|
2018-06-14 19:16:50 +00:00
|
|
|
<label text="- Lead developer, graphics && maintainer" />
|
|
|
|
<link text="Gaspar Capello" url="https://github.com/Gasparoken" />
|
|
|
|
<label text="- Programmer, bug fixing" />
|
2018-06-18 13:06:52 +00:00
|
|
|
<link text="Ilija Melentijevic" url="https://ilkke.net/" />
|
2018-06-14 19:16:50 +00:00
|
|
|
<label text="- Default skin && graphics introduced in v0.8" />
|
|
|
|
</grid>
|
|
|
|
|
|
|
|
<hbox>
|
|
|
|
<link text="Contributors" url="https://www.aseprite.org/contributors/" />
|
|
|
|
<label text="&&" />
|
|
|
|
<link text="Open Source Projects" url="" id="licenses" />
|
|
|
|
</hbox>
|
|
|
|
<separator horizontal="true" />
|
|
|
|
<label text="Copyright (C) 2001-2018 David Capello" />
|
|
|
|
<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>
|