From 5b1b57122b12ea4a28a15905b1e1516e73fc46c3 Mon Sep 17 00:00:00 2001 From: caedenph Date: Sun, 19 Jan 2025 21:35:28 +0000 Subject: [PATCH] style(results): Increase text size in loading screen --- src/routes/results.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/routes/results.ts b/src/routes/results.ts index ad06a2c..3614671 100644 --- a/src/routes/results.ts +++ b/src/routes/results.ts @@ -216,10 +216,9 @@ export class ProcessResultsPage { container.addChild(graphics); const text = new Text(`WAIT!... -CogSpeed thinking... -RESULTS COMING SHORTLY`, { +CogSpeed thinking...`, { fontFamily: "Trebuchet", - fontSize: 16, + fontSize: 23, fill: 0xffffff, align: "center", });