Added common hanafuda bottoms and fixed some hanafuda game layouts.
BIN
data/images/cards/bottoms/hanafuda/I01-n.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
data/images/cards/bottoms/hanafuda/I01.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
data/images/cards/bottoms/hanafuda/I02-n.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
data/images/cards/bottoms/hanafuda/I02.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
data/images/cards/bottoms/hanafuda/I03-n.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
data/images/cards/bottoms/hanafuda/I03.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
data/images/cards/bottoms/hanafuda/I04-n.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/images/cards/bottoms/hanafuda/I04.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom02-n.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom02.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom03-n.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom03.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom04-n.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom04.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom05-n.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom05.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom06-n.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom06.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom07-n.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom07.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom08-n.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom08.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom09-n.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom09.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom10-n.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom10.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom11-n.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom11.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom12-n.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom12.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom13-n.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom13.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom14-n.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom14.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom15-n.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
data/images/cards/bottoms/hanafuda/bottom15.png
Normal file
After Width: | Height: | Size: 2 KiB |
|
@ -768,7 +768,7 @@ class Layout:
|
|||
|
||||
# set size so that at least 2//3 of a card is visible with 20 cards
|
||||
h = CH * 2 // 3 + (playcards - 1) * self.YOFFSET
|
||||
h = max(h, 2 * YS)
|
||||
h = max(h, 6 * YS)
|
||||
|
||||
# bottom center
|
||||
x = (XM + (toprows * XS) // 2) - XS
|
||||
|
@ -832,7 +832,7 @@ class Layout:
|
|||
|
||||
# set size so that at least 2//3 of a card is visible with 12 cards
|
||||
h = CH * 2 // 3 + (playcards - 1) * self.YOFFSET
|
||||
h = max(h, 2 * YS)
|
||||
h = max(h, 2 * decks * YS)
|
||||
|
||||
# create foundations
|
||||
x, y = XM, YM
|
||||
|
@ -862,14 +862,14 @@ class Layout:
|
|||
y += YS
|
||||
|
||||
# create talon
|
||||
x, y = XM, h + YM
|
||||
x, y = XM, h
|
||||
self.s.talon = s = S(x, y)
|
||||
if texts:
|
||||
# place text right of stack
|
||||
self._setText(s, 'se')
|
||||
|
||||
# set window
|
||||
self.size = (XM + toprows * XS, YM + YS + h)
|
||||
self.size = (XM + toprows * XS, (YM * decks) + YS + h)
|
||||
|
||||
#
|
||||
# Fun layout
|
||||
|
|