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:
parent
980cd425e1
commit
5f3d08cb8a
1 changed files with 1 additions and 1 deletions
|
@ -230,6 +230,7 @@ class PictureGallery(Game):
|
||||||
s.tableaux.append(cl(x, y, self, yoffset=TABLEAU_YOFFSET))
|
s.tableaux.append(cl(x, y, self, yoffset=TABLEAU_YOFFSET))
|
||||||
x = x + l.XS
|
x = x + l.XS
|
||||||
y = y + th
|
y = y + th
|
||||||
|
self.setRegion(s.foundations, (x - l.CW // 2, -999, 999999, y - l.CH))
|
||||||
x, y = l.XM, y + l.YM
|
x, y = l.XM, y + l.YM
|
||||||
for i in range(numstacks):
|
for i in range(numstacks):
|
||||||
s.rows.append(self.RowStack_Class(x, y, self))
|
s.rows.append(self.RowStack_Class(x, y, self))
|
||||||
|
@ -243,7 +244,6 @@ class PictureGallery(Game):
|
||||||
y -= l.YS
|
y -= l.YS
|
||||||
s.waste = WasteStack(x, y, self)
|
s.waste = WasteStack(x, y, self)
|
||||||
l.createText(s.waste, "se")
|
l.createText(s.waste, "se")
|
||||||
self.setRegion(s.foundations, (x - l.CW // 2, -999, 999999, y - l.CH))
|
|
||||||
|
|
||||||
# define stack-groups
|
# define stack-groups
|
||||||
if waste:
|
if waste:
|
||||||
|
|
Loading…
Add table
Reference in a new issue