diff frontends/wix/card_game.py @ 195:d55e56a55cad

Added tarot cards licence information, and updated path in wix /!\ the cards are not saved yet in hg for convenient reasons
author Goffi <goffi@goffi.org>
date Thu, 19 Aug 2010 22:32:09 +0800
parents fd2db62ea5eb
children
line wrap: on
line diff
--- a/frontends/wix/card_game.py	Thu Aug 19 22:15:59 2010 +0800
+++ b/frontends/wix/card_game.py	Thu Aug 19 22:32:09 2010 +0800
@@ -61,7 +61,7 @@
         QuickCardGame.__init__(self, parent, referee, players, player_nick)
         wx.Panel.__init__(self, parent)
         self.SetMinSize(wx.Size(MIN_WIDTH, MIN_HEIGHT))
-        self.loadCards("/home/goffi/dev/divers/images/cards/")
+        self.loadCards("images/cards/")
         self.mouse_over_card = None #contain the card to highlight
         self.visible_size = CARD_WIDTH/2 #number of pixels visible for cards
         self.hand = []