Added some intro text.

This commit is contained in:
Steve 2015-11-28 17:01:14 +00:00
parent 008e2aac8c
commit 6087a6b57f
2 changed files with 19 additions and 1 deletions

View File

@ -9,5 +9,15 @@
"side" : "SIDE_ALLIES",
"pilot" : "Jim Goddard",
"squadron" : "Midnight Runners"
}
},
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;Welcome to free flight.",
"MSG_BOX Earth Orbital #1;Practice turning, accelerating, and braking.",
"MSG_BOX Earth Orbital #1;Don't forget about your Boost, either. That can be a life saver in certain situations."
]
}
]
}

View File

@ -26,5 +26,13 @@
"x" : 25.5,
"y" : 24.5
}
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Earth Orbital #1;The Dart won't attack you, so when you're ready, you can blow the thing to pieces."
]
}
]
}