~rick-rickspencer3/bucket-brigade/first

« back to all changes in this revision

Viewing changes to bucket_brigade/bucket_brigadeconfig.py

  • Committer: Rick Spencer
  • Date: 2010-11-05 00:13:07 UTC
  • Revision ID: rick.spencer@canonical.com-20101105001307-ewjgq3hu5jben8ih
made bouncing work to the right level and such

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
screen_width = 780
44
44
screen_height = 490
45
45
 
46
 
play_area = {"left":193,"right":587,"top":78,"bottom":320}
 
46
play_area = {"left":205,"right":595,"top":71,"bottom":330}
47
47
 
48
48
#images
49
49
image_path = os.path.join(getdatapath(), "media/")
50
50
 
51
 
background_image = image_path + "overlaynormal.png"
 
51
background_image = image_path + "background.png"
52
52
game_over_background = image_path + "game_over.png"
53
53
 
54
54
font = image_path + "CommodoreRounded.ttf"