mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Enlarged the layout for Waterfall - cards overlap way too easily.
This commit is contained in:
parent
2de01609e1
commit
72b411d8d5
1 changed files with 2 additions and 2 deletions
|
@ -743,8 +743,8 @@ class Waterfall(Game):
|
||||||
def createGame(self):
|
def createGame(self):
|
||||||
rows = 8
|
rows = 8
|
||||||
layout, s = Layout(self), self.s
|
layout, s = Layout(self), self.s
|
||||||
self.setSize(
|
self.setSize(layout.XM + rows * layout.XS,
|
||||||
layout.XM+rows*layout.XS, layout.YM+2*layout.YS+20*layout.YOFFSET)
|
layout.YM + 2 * layout.YS + 30 * layout.YOFFSET)
|
||||||
|
|
||||||
x, y = layout.XM, layout.YM
|
x, y = layout.XM, layout.YM
|
||||||
for i in range(rows):
|
for i in range(rows):
|
||||||
|
|
Loading…
Add table
Reference in a new issue