From 90b5474d44782faec430c4c34cecfd2415c2368b Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Thu, 16 Jan 2025 21:03:56 +0100 Subject: [PATCH] Add Full Loop variant to other genres --- src-ui/js/ui/MenuConfig.js | 9 +++++++++ src-ui/p.html | 6 ++++++ src-ui/res/p.en.json | 1 + src/puzzle/Config.js | 16 ++++++++++++++++ src/variety-common/Answer.js | 5 ++++- src/variety/balance.js | 5 +++++ src/variety/country.js | 13 +++++++++++++ src/variety/geradeweg.js | 5 +++++ src/variety/mashu.js | 5 +++++ src/variety/midloop.js | 5 +++++ src/variety/tapaloop.js | 5 +++++ src/variety/turnaround.js | 5 +++++ 12 files changed, 79 insertions(+), 1 deletion(-) diff --git a/src-ui/js/ui/MenuConfig.js b/src-ui/js/ui/MenuConfig.js index 42fdbe3a1..a2417a7d5 100644 --- a/src-ui/js/ui/MenuConfig.js +++ b/src-ui/js/ui/MenuConfig.js @@ -139,6 +139,15 @@ case "lineofsight": idname = "slither_full"; break; + case "mashu": + case "geradeweg": + case "disloop": + case "midloop": + case "ovotovata": + case "balance": + case "turnaround": + idname = "loop_full"; + break; } if (typeof idname === "string") { diff --git a/src-ui/p.html b/src-ui/p.html index e91696181..0d1c51c4b 100644 --- a/src-ui/p.html +++ b/src-ui/p.html @@ -442,6 +442,12 @@

読み込み中です...

__slither_full__ +
+ +