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

Ensured Mahjongg scaling properly carries over to preview mode.

This commit is contained in:
Joe R 2022-02-24 21:18:44 -05:00
parent de6f23910b
commit 62051a86bc
2 changed files with 2 additions and 2 deletions

View file

@ -382,7 +382,7 @@ class AbstractMahjonggGame(Game):
# dx, dy = 2, -2
# dx, dy = 3, -3
cs = self.app.cardset
cs = self.app.images.cs
if cs.version >= 6:
dx = l.XOFFSET
dy = -l.YOFFSET

View file

@ -310,7 +310,7 @@ class AbstractShisenGame(AbstractMahjonggGame):
l, s = Layout(self), self.s
# dx, dy = 3, -3
cs = self.app.cardset
cs = self.app.images.cs
if cs.version >= 6:
dx = l.XOFFSET
dy = -l.YOFFSET