Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/cross/cross.settings.xml
169679 views
1
<viewsettings>
2
<delay value="400"/>
3
<viewport zoom="300" x="200" y="200"/>
4
<decal file="cross.png" centerX="218" centerY="200" width="343" height="240" rotation="0.00"/>
5
<scheme name="game_cross">
6
<opengl antialiase="0" dither="0"/>
7
<vehicles vehicleMode="10" vehicleQuality="2" minVehicleSize="1.00" vehicleExaggeration="1.00" showBlinker="1"
8
vehicleName_show="0" vehicleName_size="50.00" vehicleName_color="0.80,0.60,0.00" >
9
<colorScheme name="by waiting time" interpolated="1">
10
<entry color="green" threshold="0.00"/>
11
<entry color="yellow" threshold="20.00"/>
12
<entry color="red" threshold="40.00"/>
13
</colorScheme>
14
</vehicles>
15
<legend showSizeLegend="1"/>
16
</scheme>
17
18
<event id="jam" commandPosix="play sounds/car_horn1.wav &#x26;" commandWindows="start /min vlc.exe -Idummy --play-and-exit sounds/car_horn1.wav" probability="0.001"/>
19
<event id="jam" commandPosix="play sounds/car_horn2.wav &#x26;" commandWindows="start /min vlc.exe -Idummy --play-and-exit sounds/car_horn2.wav" probability="0.001"/>
20
<event id="jam" commandPosix="play sounds/car_horn3.wav &#x26;" commandWindows="start /min vlc.exe -Idummy --play-and-exit sounds/car_horn3.wav" probability="0.001"/>
21
<jamTime value="40"/>
22
23
</viewsettings>
24
25