Commit 008e2859 authored by Nemo Ma's avatar Nemo Ma

Update dialogue_1.php

Testing
parent c7a3bcf0
...@@ -70,9 +70,12 @@ $dialogue_log = Array ...@@ -70,9 +70,12 @@ $dialogue_log = Array
$dialogue_branch = Array $dialogue_branch = Array
( (
'testingDialog' => Array( 'testingDialog' => Array(
0 => '选项A', //0 => '选项A',
1 => '选项B', //1 => '选项B',
2 => '选项C', //2 => '选项C',
3 => '选项A',
4 => '选项B',
5 => '选项C',
), ),
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment