Add config-driven game host updates
This commit is contained in:
@@ -115,6 +115,10 @@ export class CourseLabelRenderer {
|
||||
return COMPLETED_LABEL_COLOR
|
||||
}
|
||||
|
||||
if (scene.skippedControlSequences.includes(sequence)) {
|
||||
return COMPLETED_LABEL_COLOR
|
||||
}
|
||||
|
||||
return DEFAULT_LABEL_COLOR
|
||||
}
|
||||
|
||||
@@ -127,6 +131,10 @@ export class CourseLabelRenderer {
|
||||
return SCORE_COMPLETED_LABEL_COLOR
|
||||
}
|
||||
|
||||
if (scene.skippedControlSequences.includes(sequence)) {
|
||||
return SCORE_COMPLETED_LABEL_COLOR
|
||||
}
|
||||
|
||||
return SCORE_LABEL_COLOR
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user