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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -78,8 +78,8 @@
<script defer src="https://analytics.otter.land/script.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land"></script>
<script defer src="https://analytics.otter.land/recorder.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land" data-sample-rate="0.15" data-mask-level="moderate" data-max-duration="300000"></script>
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-DOsCnBty.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-iL5XsC62.css">
<script type="module" crossorigin src="/assets/index-Bxy0t7bb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CZM8e4sR.css">
</head>
<body>
<div id="root"></div>
@@ -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,