updating game colors

This commit is contained in:
legop3
2026-06-19 03:23:03 -04:00
parent 2f5f18fa6d
commit 302079eadf
8 changed files with 31 additions and 30 deletions
@@ -316,7 +316,7 @@ module.exports = {
id: GAME_ID,
title: 'Most items',
description: 'Scan as many different known objects as possible.',
themeColor: { r: 16, g: 185, b: 129 },
themeColor: { r: 255, g: 145, b: 71 },
createInitialState,
normalizeState,
activate,
@@ -301,7 +301,7 @@ module.exports = {
id: GAME_ID,
title: 'Scan quest',
description: 'Scan one or two requested objects in order.',
themeColor: { r: 34, g: 211, b: 238 },
themeColor: { r: 255, g: 150, b: 252 },
createInitialState,
normalizeState,
activate,
@@ -319,7 +319,7 @@ module.exports = {
id: GAME_ID,
title: 'Scans per second',
description: 'Count every scan for five minutes and save the world record.',
themeColor: { r: 245, g: 158, b: 11 },
themeColor: { r: 72, g: 245, b: 66 },
createInitialState,
normalizeState,
activate,