1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fixed regions for Greater Wheel.

This commit is contained in:
Joe R 2022-04-28 17:05:09 -04:00
parent 980cd425e1
commit 5f3d08cb8a

View file

@ -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: