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

Moved talon in Flake to eliminate overlap, and other cleanup.

This commit is contained in:
Joe R 2023-03-20 22:59:18 -04:00
parent 976e6ea756
commit 69bbec8e70

View file

@ -1342,7 +1342,7 @@ class Flake(Game):
s.foundations.append(stack) s.foundations.append(stack)
layout.createText(stack, 'ne') layout.createText(stack, 'ne')
x, y = layout.XM, self.height-layout.YS x, y = layout.XM, layout.YM
s.talon = InitialDealTalonStack(x, y, self) s.talon = InitialDealTalonStack(x, y, self)
# define stack-groups # define stack-groups