From 7a6c1b7479dc2ee85b197beb04f499173dd0c359 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Wed, 18 Sep 2013 04:30:00 +0000 Subject: update paths with new .jpgs --- (limited to 'src/game/HallState.py') diff --git a/src/game/HallState.py b/src/game/HallState.py index 06ed4e8..b8e9eae 100644 --- a/src/game/HallState.py +++ b/src/game/HallState.py @@ -55,12 +55,12 @@ class CHallState(CGameState): self.mButtonBack.set_text(_("Volver")) CGame().addChild(self.mButtonBack) - self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-1.png', False)) - self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-2.png', False)) - self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-3.png', False)) - self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-4.png', False)) - self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-5.png', False)) - self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-6.png', False)) + self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-1.jpg', False)) + self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-2.jpg', False)) + self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-3.jpg', False)) + self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-4.jpg', False)) + self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-5.jpg', False)) + self.mBackgroundList.append(CImage.loadImage('assets/images/hall/A1-Pasillo-6.jpg', False)) CGame().setBackground(self.mBackgroundList[self.mCurrentSelectedArea]) -- cgit v0.9.1