Advertisement
jabela

Draw Car 1A

Dec 19th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. import pygame
  2. pygame.init()
  3.  
  4. #General Variables
  5. running = True
  6. window = pygame.display.set_mode((800,600))
  7. pygame.display.set_caption('Race car')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement