-
Notifications
You must be signed in to change notification settings - Fork 0
/
game_info.xml
56 lines (56 loc) · 2.47 KB
/
game_info.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
<?xml version='1.0' standalone='yes'?>
<game>
<title visible="no">Your Game Title</title>
<logo>your_game_logo.png</logo>
<pitch>Short one sentence pitch to sell your game.</pitch>
<buylink link="no"><![CDATA[<iframe frameborder="0" src="https://itch.io/embed/22263" width="552" height="167"></iframe>]]></buylink>
<trailer><![CDATA[Embed tag from Youtube, Vimeo or other video service]]></trailer>
<subhead>Subheading for your game description</subhead>
<description>A cool description of what your game is and why people want to play it.</description>
<features>
<feature>
First Feature
</feature>
<feature>
Second Feature
</feature>
<feature>
Third Feature. Add more feature tags as needed.
</feature>
</features>
<splashart alt="Cool Splash Art">cool_image.png</splashart>
<screenshots slideshow="no">
<screenshot alt="Screenshot 1">screenshot_1.png</screenshot>
<screenshot alt="Screenshot 2">screenshot_2.png</screenshot>
<screenshot alt="Screenshot 3">screenshot_3.png</screenshot>
</screenshots>
<subscription>
<image alt="Subscribe Image">subscribe_image.png</image>
<header>Subscription Header</header>
<description>Tell people about what they get for subscribing to your news letter.</description>
<subscribe link="no"><![CDATA[The embed code for a newsletter service like Mail Chimp. Alternatively, you can just use a link to a service, just change the link attribute to "yes".]]></subscribe>
</subscription>
<sociallinks>
<facebook>https://www.facebook.com/YourFaceBook</facebook>
<twitter>https://twitter.com/yourtwitter</twitter>
<googleplus>https://plus.google.com/YourGooglePlus</googleplus>
<tumblr>https://tumblr.com/yourtumblr</tumblr>
<instagram>https://instagram.com/yourinstagram</instagram>
<imgur>https://imgur.com/user/yourimgur</imgur>
<youtube>https://www.youtube.com/channel/youryoutube</youtube>
<vimeo>https://www.vimeo.com/channel/yourvimeo</vimeo>
</sociallinks>
<company>
<logo>company_logo.png</logo>
<name>Your Company Name</name>
<link>https://yourcompanysite.com</link>
</company>
<presskit>http://yourpresskit.com</presskit>
<css>
<bodycolor>#222222</bodycolor>
<contentcolor>#eeeeee</contentcolor>
<fontcolor>#000000</fontcolor>
</css>
<analytics><![CDATA[Your Analytics code from a service like google analytics.]]></analytics>
<hrs visible="yes"><![CDATA[//add custom hr css here to override default css or turn off hr tags by changing the visible attribute to "no"]]></hrs>
</game>