Advertisement
NiveousCascade

constants.py

Apr 13th, 2014
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1. screen_width = 800
  2. screen_height = 800
  3. meteor_names = ["meteorBrown_big1.png","meteorBrown_big2.png",\
  4.                 "meteorBrown_med3.png","meteorBrown_med1.png",\
  5.                 "meteorGrey_med1.png","meteorGrey_med2.png",\
  6.                 "meteorGrey_big1.png","meteorGrey_big4.png"]
  7. last_shot = 0
  8. score = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement