Advertisement
jimkilled

CARS V2 config

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