|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- Copyright 2024 Regular-dev community [email protected] --> |
3 | 2 | <component type="desktop-application">
|
4 | 3 | <id>org.regular_dev.biplanes_revival</id>
|
5 | 4 |
|
6 | 5 | <name>Biplanes Revival</name>
|
7 |
| - <summary>An old cellphone arcade "BlueTooth BiPlanes" recreated for PC</summary> |
| 6 | + <summary>Old cellphone arcade recreation</summary> |
8 | 7 |
|
9 | 8 | <metadata_license>FSFAP</metadata_license>
|
10 | 9 | <project_license>GPL-3.0-only</project_license>
|
11 | 10 |
|
12 | 11 | <description>
|
| 12 | + <p>An old cellphone arcade "BlueTooth BiPlanes" recreated for PC.</p> |
| 13 | + <p>Features:</p> |
13 | 14 | <ul>
|
14 | 15 | <li>Easy to learn, hard to master gameplay</li>
|
15 | 16 | <li>Immerse yourself in quick & intense dogfights</li>
|
|
22 | 23 | </ul>
|
23 | 24 | </description>
|
24 | 25 |
|
| 26 | + <branding> |
| 27 | + <color type="primary" scheme_preference="light">#009aef</color> |
| 28 | + <color type="primary" scheme_preference="dark">#009aef</color> |
| 29 | + </branding> |
| 30 | + |
25 | 31 | <categories>
|
26 | 32 | <category>Game</category>
|
27 | 33 | <category>ArcadeGame</category>
|
|
30 | 36 | <launchable type="desktop-id">org.regular_dev.biplanes_revival.desktop</launchable>
|
31 | 37 | <screenshots>
|
32 | 38 | <screenshot type="default">
|
| 39 | + <caption>Game logo</caption> |
33 | 40 | <image>https://raw.githubusercontent.com/regular-dev/biplanes-revival/master/assets/menu/screen_logo.png</image>
|
34 | 41 | </screenshot>
|
35 | 42 | <screenshot>
|
| 43 | + <caption>Dogfighting</caption> |
36 | 44 | <image>https://regular-dev.org/system/refinery/images/W1siZiIsIjIwMjQvMDQvMTQvNHY5N3phZHk5Z19CaXBsYW5lc1Jldml2YWxfc2NyZWVuc2hvdF8xLnBuZyJdXQ/BiplanesRevival_screenshot_1.png?sha=ac4d807051bc375e</image>
|
37 | 45 | </screenshot>
|
38 | 46 | <screenshot>
|
| 47 | + <caption>Bailing out</caption> |
39 | 48 | <image>https://regular-dev.org/system/refinery/images/W1siZiIsIjIwMjQvMDQvMTQvNW13dXc1cHFja19CaXBsYW5lc1Jldml2YWxfc2NyZWVuc2hvdF8yLnBuZyJdXQ/BiplanesRevival_screenshot_2.png?sha=2157c2ac2626cf29</image>
|
40 | 49 | </screenshot>
|
41 | 50 | </screenshots>
|
|
47 | 56 | <content_rating type="oars-1.0">
|
48 | 57 | </content_rating>
|
49 | 58 |
|
| 59 | + <recommends> |
| 60 | + <control>keyboard</control> |
| 61 | + </recommends> |
| 62 | + |
50 | 63 | <provides>
|
51 | 64 | <binary>BiplanesRevival</binary>
|
52 | 65 | </provides>
|
53 | 66 |
|
54 | 67 | <releases>
|
| 68 | + <release version="1.2.1" type="stable" date="2025-01-17"> |
| 69 | + <description> |
| 70 | + <p>Fixes:</p> |
| 71 | + <ul> |
| 72 | + <li>AI is more resistant to player abuse</li> |
| 73 | + </ul> |
| 74 | + </description> |
| 75 | + |
| 76 | + <url>https://github.com/regular-dev/biplanes-revival/releases/tag/v1.2.1</url> |
| 77 | + </release> |
| 78 | + |
| 79 | + <release version="1.2" type="stable" date="2024-12-24"> |
| 80 | + <description> |
| 81 | + <p>New features:</p> |
| 82 | + <ul> |
| 83 | + <li>Added hotseat multiplayer mode</li> |
| 84 | + <li>Support for background animation layer (e.g. snowfall)</li> |
| 85 | + </ul> |
| 86 | + <p>Fixes:</p> |
| 87 | + <ul> |
| 88 | + <li>Broken UI input fields</li> |
| 89 | + <li>Audio volume reduction over time</li> |
| 90 | + <li>Menu text offsets</li> |
| 91 | + </ul> |
| 92 | + </description> |
| 93 | + |
| 94 | + <url>https://github.com/regular-dev/biplanes-revival/releases/tag/v1.2</url> |
| 95 | + </release> |
| 96 | + |
55 | 97 | <release version="1.1" type="stable" date="2024-04-14">
|
56 | 98 | <description>
|
57 | 99 | <p>5th-year anniversary release bringing AI and lots of little improvements</p>
|
|
0 commit comments