1
0
Fork 0
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:
Joe R 2022-04-15 20:23:07 -04:00
parent 2de01609e1
commit 72b411d8d5

View file

@ -743,8 +743,8 @@ class Waterfall(Game):
def createGame(self):
rows = 8
layout, s = Layout(self), self.s
self.setSize(
layout.XM+rows*layout.XS, layout.YM+2*layout.YS+20*layout.YOFFSET)
self.setSize(layout.XM + rows * layout.XS,
layout.YM + 2 * layout.YS + 30 * layout.YOFFSET)
x, y = layout.XM, layout.YM
for i in range(rows):