comparison nagslang/screens/area.py @ 650:92c3e02792dc

Splash is too long
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 08 Sep 2013 02:07:29 +0200
parents aeb366d97774
children 2d408092bbae
comparison
equal deleted inserted replaced
649:02b38f41cd6b 650:92c3e02792dc
326 y_pos = surface.get_height() - 20 - inv_surf.get_height() 326 y_pos = surface.get_height() - 20 - inv_surf.get_height()
327 x_pos = 130 + padding 327 x_pos = 130 + padding
328 surface.blit(inv_surf, (x_pos, y_pos)) 328 surface.blit(inv_surf, (x_pos, y_pos))
329 329
330 def splash(self): 330 def splash(self):
331 AddDrawableEvent.post(SplashImage(resources.get_image('title.png'), 331 AddDrawableEvent.post(SplashImage(resources.get_image('title.png'), 5))
332 10))