Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/square/settings.xml
169679 views
1
<viewsettings>
2
<delay value="500"/>
3
<viewport zoom="300" x="250" y="250"/>
4
<decal file="dlr.gif" centerX="160" centerY="240" width="50" height="50" rotation="0.00"/>
5
<decal file="canvas.png" screenRelative="0" centerX="265.00" centerY="275.60" centerZ="0.00" width="800.00" height="1000.00" altitude="0.00" rotation="-4.00" tilt="0.00" roll="0.00" layer="0.00"/>
6
<scheme name="game_square">
7
<opengl antialiase="0" dither="0"/>
8
<background backgroundColor="0.20,0.50,0.20"
9
showGrid="0" gridXSize="100.00" gridYSize="100.00"/>
10
<vehicles vehicleMode="10" vehicleQuality="2" minVehicleSize="1.00" vehicleExaggeration="1.00" showBlinker="1"
11
vehicleName_show="0" vehicleName_size="50.00" vehicleName_color="0.80,0.60,0.00" >
12
<colorScheme name="by waiting time" interpolated="1">
13
<entry color="green" threshold="0.00"/>
14
<entry color="yellow" threshold="20.00"/>
15
<entry color="red" threshold="40.00"/>
16
</colorScheme>
17
</vehicles>
18
<pois poiTextParam="PARAM_TEXT" poi_minSize="0.00" poi_exaggeration="0.00" poi_constantSize="0" poi_constantSizeSelected="0" poiDetail="16" poiName_show="1" poiName_size="150.00" poiName_color="cyan" poiName_bgColor="128,0,0,0" poiName_constantSize="1" poiName_onlySelected="0" poiType_show="0" poiType_size="60.00" poiType_color="255,0,128" poiType_bgColor="128,0,0,0" poiType_constantSize="1" poiType_onlySelected="0" poiText_show="0" poiText_size="80.00" poiText_color="140,0,255" poiText_bgColor="128,0,0,0" poiText_constantSize="1" poiText_onlySelected="0">
19
<colorScheme name="given POI color">
20
<entry color="red"/>
21
</colorScheme>
22
<colorScheme name="by selection">
23
<entry color="179,179,179" name="unselected"/>
24
<entry color="0,102,204" name="selected"/>
25
</colorScheme>
26
<colorScheme name="uniform">
27
<entry color="red"/>
28
</colorScheme>
29
</pois>
30
<legend showSizeLegend="1"/>
31
</scheme>
32
33
<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"/>
34
<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"/>
35
<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"/>
36
<jamTime value="40"/>
37
</viewsettings>
38
39