Fix documentation about Briefing function.
This commit is contained in:
parent
5f3cc5e2d5
commit
fa48b22bd4
1 changed files with 4 additions and 2 deletions
|
@ -195,13 +195,15 @@ Adds a tip. Tips are shown at the start of a level.
|
|||
|
||||
Set the briefing.
|
||||
|
||||
Type must be "sc" or "wc2". Background and text tags are required.
|
||||
|
||||
|
||||
<h4>Example</h4>
|
||||
|
||||
<pre>
|
||||
Briefing("type", "wazoogame",
|
||||
"title", "Killing aliens",
|
||||
"objectives", "Kill all aliens on the map.",
|
||||
"title", "sc",
|
||||
"objective", "Kill all aliens on the map.",
|
||||
"background", "campaigns/human/interface/introscreen3.png",
|
||||
"text", "campaigns/human/level07h.txt",
|
||||
"voice", "campaigns/human/level07h-intro1.wav",
|
||||
|
|
Loading…
Reference in a new issue