From 491d56a9d68d9ca6afa940ac52282776fe93edbb Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Sun, 23 Jul 2023 22:09:06 +0200 Subject: [PATCH] rename difficulty --- client/src/components/world_selection_menu.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/world_selection_menu.tsx b/client/src/components/world_selection_menu.tsx index e75c695..11a30da 100644 --- a/client/src/components/world_selection_menu.tsx +++ b/client/src/components/world_selection_menu.tsx @@ -117,7 +117,7 @@ export function WorldSelectionMenu() { } function label(x : number) { - return x == 0 ? 'Playground' : x == 1 ? 'Explorer' : 'Strict' + return x == 0 ? 'Playground' : x == 1 ? 'Explorer' : 'Regular' } return