Browse Source

playable2

shuvit 4 years ago
parent
commit
313378a9b0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      scripts/cars.py

+ 2
- 2
scripts/cars.py View File

@@ -110,8 +110,8 @@ class CarManager:
110 110
 		self.pub = observer.Publisher(['path found', 'working'])
111 111
 		self.navmesh2 =  astar.Astar('nav_points', self.pub)
112 112
 		self.cars = []
113
-		self.max_cars = 14
114
-		self.max_active = 8
113
+		self.max_cars = 10
114
+		self.max_active = 6
115 115
 		self.targets = []
116 116
 		self.target_loc = None
117 117
 		self.parking_spots = get_parking_spots()

Loading…
Cancel
Save