Increased initial pin flight speed

master
David Raison 2014-08-31 03:41:08 +02:00
parent b42b89db10
commit 9c24f74930
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ class Generate:
def __init__(self, screen):
self.inFlight = False
self.vx = 20
self.vy = 20
self.vx = 40
self.vy = 40
self.screen = screen
screen_width, screen_height = screen.get_size()