From f8735e016465a96358c3d0307a2e44a0a5e0e313 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Sun, 23 Jun 2024 15:04:32 +0200 Subject: [PATCH] improve visual --- Source/Archipelago/LockablePuzzle.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Archipelago/LockablePuzzle.cpp b/Source/Archipelago/LockablePuzzle.cpp index 496169c0..0c4bc4cd 100644 --- a/Source/Archipelago/LockablePuzzle.cpp +++ b/Source/Archipelago/LockablePuzzle.cpp @@ -67,8 +67,8 @@ void LockablePanel::addMissingSymbolsDisplay(std::vector& intersections, } else if (id == 0x1C349) { gridIntersections = { - 0.1f, 0.1f, 0.3f, 0.1f, 0.5f, 0.1f, 0.7f, 0.1f, 0.9f, 0.1f, //bottom row - 0.1f, 0.3f, 0.3f, 0.3f, 0.5f, 0.3f, 0.7f, 0.3f, 0.9f, 0.3f, //middle row + 0.1f, 0.11f, 0.3f, 0.11f, 0.5f, 0.11f, 0.7f, 0.11f, 0.9f, 0.11f, //bottom row + 0.1f, 0.31f, 0.3f, 0.31f, 0.5f, 0.31f, 0.7f, 0.31f, 0.9f, 0.31f, //middle row }; gridIntersectionFlags = { @@ -893,7 +893,7 @@ void LockablePanel::UpdateLock(APState state) { else { if (id == 0x1C349) { - createText(text, intersections, intersectionFlags, connectionsA, connectionsB, 0.1f, 0.9f, 0.05f, 0.35f); + createText(text, intersections, intersectionFlags, connectionsA, connectionsB, 0.12f, 0.88f, 0.07f, 0.33f); } else { createText(text, intersections, intersectionFlags, connectionsA, connectionsB, 0.1f, 0.9f, 0.1f, 0.4f);