mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Avoid cases of filenames Update years in terms and other legal(ish) documents Don't update years in license headers, since change is not meaningful Will add linter rule in seperate commit Happy recompiling everyone! Original Patch By: Nescio Comment By: Gallaecio Differential Revision: D2620 This was SVN commit r27786.
22 lines
937 B
JSON
22 lines
937 B
JSON
{
|
||
"Name": "Tutorial",
|
||
"Description": "Learn how to play 0 A.D.",
|
||
"Levels": {
|
||
"introduction": {
|
||
"Name": "Introductory Tutorial",
|
||
"Map": "tutorials/introductory_tutorial.xml",
|
||
"MapType": "scenario",
|
||
"Description": "This is a basic tutorial to get you started playing 0 A.D.",
|
||
"Preview": "session/icons/mappreview/Introductory_Tutorial.png"
|
||
},
|
||
"eco_walkthrough": {
|
||
"Name": "Economy Walkthrough",
|
||
"Map": "tutorials/starting_economy_walkthrough.xml",
|
||
"MapType": "scenario",
|
||
"Description": "This map will give a rough guide for starting the game effectively. Early in the game the most important thing is to gather resources as fast as possible so you are able to build enough troops later. Warning: This is very fast at the start, be prepared to run through the initial bit several times.",
|
||
"Requires": "introduction"
|
||
}
|
||
},
|
||
"Order": ["introduction", "eco_walkthrough"],
|
||
"ShowUnavailable": true
|
||
}
|