-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=PpdEditor | ||
GenericName=Paperdoll Editor | ||
Comment=Editor for 2D paperdoll file | ||
Icon=io.github.fralonra.PpdEditor | ||
Exec=ppd-editor | ||
Terminal=false | ||
Categories=Graphics;2DGraphics; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>io.github.fralonra.PpdEditor</id> | ||
<name>PpdEditor</name> | ||
<developer_name>fralonra</developer_name> | ||
<summary>Editor for 2D paperdoll file</summary> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
<description> | ||
<p> | ||
Editor and viewer for paperdoll, a 2D pixel-based stationary paper doll model. | ||
</p> | ||
</description> | ||
<categories> | ||
<category>Graphics</category> | ||
<category>2DGraphics</category> | ||
</categories> | ||
<keywords> | ||
<keyword>graphics</keyword> | ||
<keyword>gamedev</keyword> | ||
<keyword>paperdoll</keyword> | ||
</keywords> | ||
<url type="homepage">https://github.com/fralonra/ppd-editor/</url> | ||
<url type="bugtracker">https://github.com/fralonra/ppd-editor/issues</url> | ||
<launchable type="desktop-id">io.github.fralonra.PpdEditor.desktop</launchable> | ||
<releases> | ||
<release version="0.1.0" date="2023-08-10"/> | ||
</releases> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/fralonra/ppd-editor/master/resources/docs/ppd-editor.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/fralonra/ppd-editor/master/resources/docs/ppd-viewer.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<content_rating type="oars-1.1" /> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=PpdViewer | ||
GenericName=Paperdoll Viewer | ||
Comment=Viewer for 2D paperdoll file | ||
Icon=io.github.fralonra.PpdViewer | ||
Exec=ppd-viewer | ||
Terminal=false | ||
Categories=Graphics;2DGraphics; |