Skip to content

Commit

Permalink
improve visual
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jun 23, 2024
1 parent dc50a93 commit f8735e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Archipelago/LockablePuzzle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ void LockablePanel::addMissingSymbolsDisplay(std::vector<float>& 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 = {
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit f8735e0

Please sign in to comment.