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:
parent
976e6ea756
commit
69bbec8e70
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue