mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
updating game colors
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user