forked from flathub/org.srb2.SRB2Kart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.srb2.SRB2Kart.metainfo.xml
64 lines (64 loc) · 2.65 KB
/
org.srb2.SRB2Kart.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
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2020 Flathub maintainers -->
<component type="desktop-application">
<id>org.srb2.SRB2Kart</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Sonic Robo Blast 2 Kart</name>
<summary>A kart racing mod based on the 3D Sonic the Hedgehog fangame Sonic Robo Blast 2</summary>
<description>
<p>
Sonic Robo Blast 2 Kart (usually shortened to SRB2Kart or SRB2K) is a
kart racing game with Sonic-themed characters, items and race tracks.
SRB2Kart features over 100 maps for two game modes: the main Race mode
and a Battle mode where players fight each other using the items
available in the game.
</p>
</description>
<recommends>
<control>keyboard</control>
<control>gamepad</control>
</recommends>
<launchable type="desktop-id">org.srb2.SRB2Kart.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://wiki.srb2.org/w/images/a/ac/Srb2kart_title.png</image>
<caption>Title screen</caption>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/1964655/82821946-486b3780-9ea5-11ea-8818-f1a801000985.png</image>
<caption>Game modes</caption>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/1964655/82821921-3d180c00-9ea5-11ea-937b-e1f53fe6c686.png</image>
<caption>Sonic</caption>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/1964655/82821933-41442980-9ea5-11ea-9146-38998161edae.png</image>
<caption>Tails</caption>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/1964655/82821966-502adc00-9ea5-11ea-9cbd-274d7adb479e.png</image>
<caption>Eggman</caption>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/1964655/82821980-5620bd00-9ea5-11ea-9eec-2835ebb2a262.png</image>
<caption>Metal Sonic</caption>
</screenshot>
</screenshots>
<url type="homepage">https://wiki.srb2.org/wiki/SRB2Kart</url>
<developer_name>Kart Krew</developer_name>
<provides>
<binary>srb2kart</binary>
</provides>
<releases>
<release version="1.3-moe-6da0b4c9" date="2021-09-02" />
<release version="1.3" date="2020-09-14" />
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="language-humor">mild</content_attribute>
<content_attribute id="social-chat">mild</content_attribute>
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
</component>