forked from Simnation/Main
ed
This commit is contained in:
parent
81e6fa1136
commit
187178b704
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
Config = {}
|
||||
|
||||
-- Traffic density settings
|
||||
Config.movingTrafficDensity = 0.05 -- Reduced from 0.1 to 0.05 (5% density when moving)
|
||||
Config.stationaryTrafficDensity = 0.05 -- Keeping the same for when stationary
|
||||
|
||||
Config.vehModels = {
|
||||
"ambulance",
|
||||
"police",
|
||||
|
@ -8,4 +12,4 @@ Config.vehModels = {
|
|||
"sheriff2",
|
||||
"firetruck",
|
||||
"towtruck"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue