comparison gamelib/mainmenu.py @ 76:ae2c053ad80e

renamed images
author Rizmari Versfeld <rizziepit@gmail.com>
date Wed, 09 May 2012 00:14:38 +0200
parents ca0834578394
children 8d1cf0cbe5e1
comparison
equal deleted inserted replaced
75:ca0834578394 76:ae2c053ad80e
16 16
17 17
18 class MainMenuButton(BigButton): 18 class MainMenuButton(BigButton):
19 WIDTH = 276 19 WIDTH = 276
20 HEIGHT = 75 20 HEIGHT = 75
21 BG_IMAGE_NORMAL = image.load(data.filepath('images/button_main_normal.png')) 21 BG_IMAGE_NORMAL = image.load(data.filepath('images/main_normal.png'))
22 BG_IMAGE_DOWN = image.load(data.filepath('images/button_main_down.png')) 22 BG_IMAGE_DOWN = image.load(data.filepath('images/main_down.png'))
23 23
24 24
25 class NewGameButton(MainMenuButton): 25 class NewGameButton(MainMenuButton):
26 26
27 def __init__(self, parent): 27 def __init__(self, parent):