From d1c2cf361bd74146bc5592d0924ea9122bd97d9d Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Fri, 13 Sep 2013 10:25:04 +0000 Subject: can set partida in cgame --- (limited to 'src/api/Game.py') diff --git a/src/api/Game.py b/src/api/Game.py index 9e1b066..8577e9a 100644 --- a/src/api/Game.py +++ b/src/api/Game.py @@ -162,6 +162,9 @@ class CGame(object): else: return None + def setPartida(self, n, p): + self.mPartidaDict[n] = p + def setBackground(self, aBackgroundImage): #self.mBackground = None self.mBackground = aBackgroundImage -- cgit v0.9.1