Skip to content

Commit 4e449e8

Browse files
committed
corsi
1 parent baea44b commit 4e449e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Assets/UXF/Examples/4_CorsiBlock/CorsiBlockExample.unity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@ PrefabInstance:
28322832
- target: {fileID: 2834388984357925155, guid: 0a3b6392f04558844bd340e68ced1ff9,
28332833
type: 3}
28342834
propertyPath: m_AnchoredPosition.y
2835-
value: 390
2835+
value: 455
28362836
objectReference: {fileID: 0}
28372837
- target: {fileID: 2896031059644693069, guid: 0a3b6392f04558844bd340e68ced1ff9,
28382838
type: 3}
@@ -2922,7 +2922,7 @@ PrefabInstance:
29222922
- target: {fileID: 4267567203292169432, guid: 0a3b6392f04558844bd340e68ced1ff9,
29232923
type: 3}
29242924
propertyPath: m_AnchoredPosition.y
2925-
value: 720
2925+
value: 840
29262926
objectReference: {fileID: 0}
29272927
- target: {fileID: 4298776666381973480, guid: 0a3b6392f04558844bd340e68ced1ff9,
29282928
type: 3}

Assets/UXF/Examples/4_CorsiBlock/Scripts/Example_CorsiBlockTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void CheckStatusOrStartNext(Trial trial)
103103
{
104104
// show info, and end
105105
int span = currentBlock.settings.GetInt("num_sequence");
106-
feedback.ShowFeedback(string.Format("The end! Your Corsi Block Span is {0}.", span), delay: float.PositiveInfinity);
106+
feedback.ShowFeedback(string.Format("The end! Your Corsi Block Span is {0}.", span - 1), delay: float.PositiveInfinity);
107107
Session.instance.Invoke("End", 5); // 5 second delay
108108
}
109109
else

0 commit comments

Comments
 (0)