Package pajammin :: Package display :: Package sprite :: Module ground
[show private | hide private]
[frames | no frames]

Module pajammin.display.sprite.ground

Sprite categories for ground entities.
Function Summary
  add_ground_category(name, imagefile)
  tile(imagefile, i, j)

Variable Summary
list ground_categories = ['Grass3Ground', 'Grass2Ground', 'Gr...
list GROUNDS = [('Grass3Ground', 'ground/ground5.bmp'), ('Gra...

Function Details

add_ground_category(name, imagefile)

tile(imagefile, i, j)


Variable Details

ground_categories

Type:
list
Value:
['Grass3Ground',
 'Grass2Ground',
 'Grass1Ground',
 'SandGround',
 'GrayGround',
 'DirtGround',
 'GreenGround']                                                        

GROUNDS

Type:
list
Value:
[('Grass3Ground', 'ground/ground5.bmp'),
 ('Grass2Ground', 'ground/ground4.bmp'),
 ('Grass1Ground', 'ground/ground3.bmp'),
 ('SandGround', 'ground/ground6.bmp'),
 ('GrayGround', 'ground/ground7.bmp'),
 ('DirtGround', 'ground/ground1.bmp'),
 ('GreenGround', 'ground/ground2.bmp')]