granludo / sugar-clic

Automatically exported from code.google.com/p/sugar-clic
0 stars 0 forks source link

background images not shown #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
activities that have bgImage dont show this image

Change te setBgColor function in Activity by:

InitSettings() and add a surface with the activity size that contains the 
bgImage or the fillig bgColor.

then in function onRender, change te firs instruction 
surface.fill(self.bfcolor ) for surcace.blit(self.bgSurface , (0,0) ) or 
something like that

Original issue reported on code.google.com by marcben...@gmail.com on 3 Dec 2009 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by marcben...@gmail.com on 15 Dec 2009 at 1:36