mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2018 by David Capello -->
|
|
<gui i18nwarnings="false">
|
|
<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">
|
|
<link text="David Capello" url="https://davidcapello.com/" />
|
|
<label text="- Lead developer, graphics && maintainer" />
|
|
<link text="Gaspar Capello" url="https://github.com/Gasparoken" />
|
|
<label text="- Programmer, bug fixing" />
|
|
|
|
<separator text="Contributors:" horizontal="true" cell_hspan="2" />
|
|
<link text="Ilija Melentijevic" url="https://ilkke.net/" />
|
|
<label text="- Default skin && graphics introduced in v0.8" />
|
|
|
|
<hbox cell_hspan="2">
|
|
<link text="Other Contributors" url="https://www.aseprite.org/contributors/" />
|
|
<label text="&&" />
|
|
<link text="Third-Party Projects" url="" id="licenses" />
|
|
</hbox>
|
|
</grid>
|
|
<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>
|