We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7cdcc commit 932a289Copy full SHA for 932a289
public/src/scenes/mainTask.js
@@ -355,8 +355,6 @@ export default class MainTask extends BaseScene {
355
356
////////////GAME COMPLETE WHEN ALL TRIALS HAVE RUN////////////////
357
if (trialNo == maxTrials) {
358
- // Save the total number of coins collected
359
- this.registry.set('CoinsRunningTotal', nCoins);
360
// Send message to the app to indicate that the game is complete
361
EmbedContext.sendMessage('gameComplete', {});
362
// Stop the scene so that all visuals are removed
0 commit comments