Minor changes to aux-window support.
This commit is contained in:
parent
95f5eab448
commit
2f88818eb9
0
pyfpdb/HUD_main.py
Normal file → Executable file
0
pyfpdb/HUD_main.py
Normal file → Executable file
|
@ -266,7 +266,7 @@ class Stud_cards:
|
|||
card_images = {}
|
||||
suits = ('S', 'H', 'D', 'C')
|
||||
ranks = ('A', 'K', 'Q', 'J', 'T', '9', '8', '7', '6', '5', '4', '3', '2', 'B')
|
||||
pb = gtk.gdk.pixbuf_new_from_file("Cards01.png")
|
||||
pb = gtk.gdk.pixbuf_new_from_file("54PFozzycards0.png")
|
||||
|
||||
for j in range(0, 14):
|
||||
for i in range(0, 4):
|
||||
|
|
0
pyfpdb/fpdb.py
Normal file → Executable file
0
pyfpdb/fpdb.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user