From 5f3d08cb8a75c9812ef31a200ac7d01b854c4076 Mon Sep 17 00:00:00 2001 From: Joe R Date: Thu, 28 Apr 2022 17:05:09 -0400 Subject: [PATCH] Fixed regions for Greater Wheel. --- pysollib/games/picturegallery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/games/picturegallery.py b/pysollib/games/picturegallery.py index 9a52e138..0be3712b 100644 --- a/pysollib/games/picturegallery.py +++ b/pysollib/games/picturegallery.py @@ -230,6 +230,7 @@ class PictureGallery(Game): s.tableaux.append(cl(x, y, self, yoffset=TABLEAU_YOFFSET)) x = x + l.XS y = y + th + self.setRegion(s.foundations, (x - l.CW // 2, -999, 999999, y - l.CH)) x, y = l.XM, y + l.YM for i in range(numstacks): s.rows.append(self.RowStack_Class(x, y, self)) @@ -243,7 +244,6 @@ class PictureGallery(Game): y -= l.YS s.waste = WasteStack(x, y, self) l.createText(s.waste, "se") - self.setRegion(s.foundations, (x - l.CW // 2, -999, 999999, y - l.CH)) # define stack-groups if waste: