Advertisement
jimkilled

config cars

Oct 15th, 2020 (edited)
2,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. # CARS config.py
  2. TIME = 0.5
  3.  
  4. # ROAD
  5. ROAD_LENGTH = 100
  6. ROAD_WIDTH = 5
  7.  
  8. # LIGHTER
  9. RED_TIME = 5
  10. YELLOW_TIME = 1
  11. GREEN_TIME = 5
  12.  
  13. # CARS
  14. CAR_TYPES = 'OXM'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement