descripting

This commit is contained in:
legop3
2026-06-19 03:37:45 -04:00
parent eb633c0659
commit 39bb53104e
2 changed files with 3 additions and 3 deletions
@@ -300,7 +300,7 @@ function getPublicState(rawState, context = {}) {
module.exports = {
id: GAME_ID,
title: 'Scan quest',
description: 'Scan one or two requested objects in order.',
description: 'Scan requested objects for points.',
themeColor: { r: 255, g: 150, b: 252 },
createInitialState,
normalizeState,
@@ -304,7 +304,7 @@ function getPublicState(rawState, context = {}) {
: null,
stats: [
{ label: 'Scans', value: state.scans.length },
{ label: 'Live rate', value: Number(currentRate).toFixed(2) },
{ label: 'Live scan rate', value: Number(currentRate).toFixed(2) },
{ label: 'World record', value: worldRecordText },
],
results: state.recentRounds.slice(0, 3).map((round) => ({
@@ -318,7 +318,7 @@ function getPublicState(rawState, context = {}) {
module.exports = {
id: GAME_ID,
title: 'Scans per second',
description: 'Count every scan for five minutes and save the world record.',
description: 'Count every scan for five minutes, beat the world record of scans per second.',
themeColor: { r: 72, g: 245, b: 66 },
createInitialState,
normalizeState,