Advertisement
bluesplay106

Ice Adventure - block.py

Dec 6th, 2011
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import pygame,os
  2.  
  3. class Block(object):
  4. def __init__(self):
  5. self.block = pygame.image.load(os.path.join("images","Block.jpg"))
  6.  
  7. ~
  8. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement