Skip to content

Commit eac98d2

Browse files
committed
Fix options dialogue in Sample
1 parent 3332376 commit eac98d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Samples~/Example/ScriptableObjects/Choice.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ MonoBehaviour:
2121
text: Pick a choice, A or B?
2222
options:
2323
- text: A
24-
nextDialogue: {fileID: 11400000, guid: 778bbf9d872cda34b964835dc83683bf, type: 2}
24+
nextDialogue: {fileID: 11400000, guid: 7822ad54727c52146878e8332ac5a369, type: 2}
2525
- text: B
26-
nextDialogue: {fileID: 11400000, guid: b9a287502abac744a8828736c7196124, type: 2}
26+
nextDialogue: {fileID: 11400000, guid: 90a40f2ca2871234a83fec26468dcfea, type: 2}

Samples~/Example/ScriptableObjects/ChooseA.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ MonoBehaviour:
1515
lines:
1616
array:
1717
- speaker: {fileID: 11400000, guid: 975b2c08788ba4543874afd4c71eacad, type: 2}
18-
text: Hello, World
18+
text: You chose A

Samples~/Example/ScriptableObjects/ChooseB.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ MonoBehaviour:
1515
lines:
1616
array:
1717
- speaker: {fileID: 11400000, guid: 975b2c08788ba4543874afd4c71eacad, type: 2}
18-
text: Hello, World
18+
text: You chose B

0 commit comments

Comments
 (0)