-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathio.github.yamanqd.antware.metainfo.xml
57 lines (53 loc) · 1.93 KB
/
io.github.yamanqd.antware.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2023 AntWare -->
<component type="desktop-application">
<id>io.github.yamanqd.antware</id>
<name>AntWare</name>
<summary>An FPS game.</summary>
<url type="homepage">https://github.com/YamanQD/AntWare</url>
<launchable type="desktop-id">io.github.yamanqd.antware.desktop</launchable>
<project_license>GPL-3.0-or-later</project_license>
<metadata_license>FSFAP</metadata_license>
<content_rating type="oars-1.1">
<content_attribute id="violence-fantasy">mild</content_attribute>
</content_rating>
<description>
<p>
While you're casually working on your PC, you're surprised by a bunch of ants in your PC's inner parts, working hard to destroy them.
So you grab your gun and get in there to SEARCH AND DESTROY every last one of them.
But be careful... some of these ants were struck by cosmic lightning and now they're HUNTING YOU DOWN.
</p>
<p>Controls:</p>
<ul>
<li>WASD for player movement.</li>
<li>Left-Shift for running.</li>
<li>R for reloading.</li>
<li>Left-Mouse-Button for shooting.</li>
</ul>
</description>
<screenshots>
<screenshot>
<image>https://github.com/YamanQD/AntWare/blob/main/Screenshots/cpu.png?raw=true</image>
</screenshot>
<screenshot>
<image>https://github.com/YamanQD/AntWare/blob/main/Screenshots/laptop.png?raw=true</image>
</screenshot>
<screenshot>
<image>https://github.com/YamanQD/AntWare/blob/main/Screenshots/cd-drive.png?raw=true</image>
</screenshot>
</screenshots>
<releases>
<release version="2.1.4" date="2023-10-29">
<description>
<p>Reset camera on level start.</p>
</description>
</release>
<release version="2.1.3" date="2023-10-25">
<description>
<p>Launches game in fullscreen mode by default.</p>
</description>
</release>
<release version="2.1.2" date="2023-10-20">
</release>
</releases>
</component>