godot_tiny_crate/linux/net.hhoney.tinycrate.metainfo.xml
Cassidy James Blaede e5ce112c76
linux: Move release notes to their own file (#14)
* linux: Put release info into its own file

See https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases

* linux: point to external release info in main MetaInfo file

* linux: Update manifest to install releases XML
2025-04-11 00:53:44 -06:00

66 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>net.hhoney.tinycrate</id>
<name>Tiny Crate</name>
<summary>Crate-chucking action puzzler</summary>
<developer id="net.hhoney">
<name translatable="no">HHoney Software</name>
</developer>
<description>
<p>Tiny Crate is a cute little precision platformer with puzzle elements!</p>
<p>Lift and toss crates to traverse over spike pits and reach higher ground!</p>
<p>Weigh down buttons to create platforms and solve the puzzle!</p>
<p>Push yourself and make tight jumps! You got this! &lt;3 (:</p>
<p>Controls:</p>
<ul>
<li>Arrows - Move</li>
<li>X - Jump / Select</li>
<li>C - Lift &amp; Toss / Back</li>
<li>Enter - Menu</li>
</ul>
</description>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">mild</content_attribute>
</content_rating>
<url type="homepage">https://hhoney.net</url>
<url type="bugtracker">https://github.com/HarmonyHoney/tiny_crate/issues</url>
<url type="donation">https://ko-fi.com/hhoney</url>
<branding>
<color type="primary" scheme_preference="light">#2dbeff</color>
<color type="primary" scheme_preference="dark">#324068</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/HarmonyHoney/tiny_crate/10312ba618be82d6bb9de63a087a3a3183cda5d2/media/image/screens/1.png</image>
<caption>Retro pixel art aesthetic</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/HarmonyHoney/tiny_crate/10312ba618be82d6bb9de63a087a3a3183cda5d2/media/image/screens/2.png</image>
<caption>Create your own character</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/HarmonyHoney/tiny_crate/10312ba618be82d6bb9de63a087a3a3183cda5d2/media/image/screens/3.png</image>
<caption>Cute pixel art vibes</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/HarmonyHoney/tiny_crate/10312ba618be82d6bb9de63a087a3a3183cda5d2/media/image/screens/4.png</image>
<caption>Increasingly-challenging level design</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/HarmonyHoney/tiny_crate/10312ba618be82d6bb9de63a087a3a3183cda5d2/media/image/screens/5.png</image>
<caption>Five worlds and over 30 levels to master</caption>
</screenshot>
</screenshots>
<releases type="external" url="https://github.com/HarmonyHoney/tiny_crate/raw/refs/heads/master2/linux/net.hhoney.tinycrate.releases.xml" />
<launchable type="desktop-id">net.hhoney.tinycrate.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Unlicense</project_license>
</component>