This commit is contained in:
DDIsFriend
2023-08-18 17:28:57 +08:00
commit f0e8a1709d
4282 changed files with 192396 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,112 @@
<Xml>
<XmlVerSion>v1.0</XmlVerSion>
<NavigationParam>
<!--横屏:1-->
<ScreenDirection>1</ScreenDirection>
<!--相机角度多少帧会跟随道路朝向单位“帧”10帧/秒-->
<InterpolationFrame>30</InterpolationFrame>
<!--相机默认仰角(20-80)-->
<DefaultTitle>70</DefaultTitle>
<!--相机推近后的到地面的默认初始距离(米)-->
<DefaultCamerah>40</DefaultCamerah>
<!--相机角度前置车标多少米-->
<ForwardDis0>50</ForwardDis0>
<!--相机角度前置车标多少米(针对掉头)-->
<ForwardDis1>10</ForwardDis1>
<!--相机角度不可超出阈值-->
<ForwardDegreeMax>45</ForwardDegreeMax>
<!--距离语音点多少米开始下压,0不检测语音点-->
<DisBeforeSound>100</DisBeforeSound>
<!--走过语音点多少米后开始抬起-->
<DisAfterSound>100</DisAfterSound>
<!--路口三维推近仰角(20-80)-->
<SoundTitle>70</SoundTitle>
<!--相机推近后的到地面的最小距离(米)-->
<SoundCamerah>40</SoundCamerah>
<!--距离Pick点多少米开始下压,0不检测Pick点-->
<DisBeforePick>100</DisBeforePick>
<!--走过Pick点多少米后开始抬起-->
<DisAfterPick>100</DisAfterPick>
<!--Pick推近最小仰角(20-80)-->
<PickTitle>75</PickTitle>
<!--相机推近后的到地面的最小距离(米)-->
<PickCamerah>3.0</PickCamerah>
<!--距离DisBeforePick前的Pick采样间隔(米/帧),实际采样间隔再加上车速-->
<PickInterval>4</PickInterval>
<!--完成下压的限制距离(米)-->
<LimitDis>10</LimitDis>
<!--低速行驶时相机视角是否往回摆-->
<LowSpeedTurnBack>0</LowSpeedTurnBack>
<!--车道切换、主辅路切换角度阀值(度)-->
<LaneSwitchAngle>15</LaneSwitchAngle>
<!--车道切换、主辅路切换中间转弯的方向线长度阀值(米)-->
<LaneSwitchDis>150</LaneSwitchDis>
<!--车道切换、主辅路切换忽略普通线也转弯的长度阀值(米)-->
<LaneSwitchIgnorDis>80</LaneSwitchIgnorDis>
<!--转弯箭头距离车位置多远开始显示-->
<TrunPicMaxDis>250</TrunPicMaxDis>
<!--转弯提示文字距离车位置多远开始不显示-->
<TrunPicMinDis>25</TrunPicMinDis>
<!--转弯提示文字的大小,单位"像素"-->
<TrunPicSize>50</TrunPicSize>
<!--10米比例尺车标宽度单位"米"-->
<CarWidth>6.5</CarWidth>
<!--车道线宽,单位"米"-->
<RoadLineWidth>7.0</RoadLineWidth>
<!--车道线颜色-->
<LineColorRed>0</LineColorRed>
<LineColorGreen>174</LineColorGreen>
<LineColorBlue>255</LineColorBlue>
<LineColorAlpha>204</LineColorAlpha>
<!--方向线向前长度,单位"米"-->
<LineforwardLength>30</LineforwardLength>
<!--方向线向后长度,单位"米"-->
<LinebackLength>30</LinebackLength>
<!--方向线宽度,单位"米"-->
<LineWidth>7.0</LineWidth>
<!--车道线融合(0-255,0全透,暂无效)-->
<LineAlpha>100</LineAlpha>
</NavigationParam>
<AnimateParam>
<!--二维进入三维蒙板颜色红色分量0255-->
<ColorInRed>29</ColorInRed>
<!--二维进入三维蒙板颜色绿色分量0255-->
<ColorInGreed>30</ColorInGreed>
<!--二维进入三维蒙板颜色蓝色分量0255-->
<ColorInBlue>26</ColorInBlue>
<!--二维动画帧数-->
<FrameIn2d>4</FrameIn2d>
<!--三维动画帧数-->
<FrameIn3d>6</FrameIn3d>
<!--三维退出二维蒙板颜色红色分量0255-->
<ColorOutRed>29</ColorOutRed>
<!--三维退出二维蒙板颜色绿色分量0255-->
<ColorOutGreed>30</ColorOutGreed>
<!--三维退出二维蒙板颜色蓝色分量0255-->
<ColorOutBlue>26</ColorOutBlue>
<!--二维动画帧数-->
<FrameOut2d>2</FrameOut2d>
<!--三维动画帧数-->
<FrameOut3d>3</FrameOut3d>
<!--2d透明度变化范围起始值[0,255]-->
<AlphaBegin2d>60</AlphaBegin2d>
<!--2d透明度变化范围结束值[0,255]-->
<AlphaEnd2d>120</AlphaEnd2d>
<!--透明度变化范围起始值[0,255]-->
<AlphaBegin3d>180</AlphaBegin3d>
<!--透明度变化范围结束值[0,255]-->
<AlphaEnd3d>100</AlphaEnd3d>
</AnimateParam>
</Xml>

View File

@@ -0,0 +1,112 @@
<Xml>
<XmlVerSion>v1.0</XmlVerSion>
<NavigationParam>
<!--竖屏:0-->
<ScreenDirection>0</ScreenDirection>
<!--相机角度多少帧会跟随道路朝向单位“帧”10帧/秒-->
<InterpolationFrame>30</InterpolationFrame>
<!--相机默认仰角(20-80)-->
<DefaultTitle>65</DefaultTitle>
<!--相机推近后的到地面的默认初始距离(米)-->
<DefaultCamerah>50</DefaultCamerah>
<!--相机角度前置车标多少米-->
<ForwardDis0>50</ForwardDis0>
<!--相机角度前置车标多少米(针对掉头)-->
<ForwardDis1>10</ForwardDis1>
<!--相机角度不可超出阈值-->
<ForwardDegreeMax>45</ForwardDegreeMax>
<!--距离语音点多少米开始下压,0不检测语音点-->
<DisBeforeSound>100</DisBeforeSound>
<!--走过语音点多少米后开始抬起-->
<DisAfterSound>100</DisAfterSound>
<!--路口三维推近仰角(20-80)-->
<SoundTitle>65</SoundTitle>
<!--相机推近后的到地面的最小距离(米)-->
<SoundCamerah>50</SoundCamerah>
<!--距离Pick点多少米开始下压,0不检测Pick点-->
<DisBeforePick>100</DisBeforePick>
<!--走过Pick点多少米后开始抬起-->
<DisAfterPick>100</DisAfterPick>
<!--Pick推近最小仰角(20-80)-->
<PickTitle>70</PickTitle>
<!--相机推近后的到地面的最小距离(米)-->
<PickCamerah>3.0</PickCamerah>
<!--距离DisBeforePick前的Pick采样间隔(米/帧),实际采样间隔再加上车速-->
<PickInterval>4</PickInterval>
<!--完成下压的限制距离(米)-->
<LimitDis>10</LimitDis>
<!--低速行驶时相机视角是否往回摆-->
<LowSpeedTurnBack>0</LowSpeedTurnBack>
<!--车道切换、主辅路切换角度阀值(度)-->
<LaneSwitchAngle>15</LaneSwitchAngle>
<!--车道切换、主辅路切换中间转弯的方向线长度阀值(米)-->
<LaneSwitchDis>150</LaneSwitchDis>
<!--车道切换、主辅路切换忽略普通线也转弯的长度阀值(米)-->
<LaneSwitchIgnorDis>80</LaneSwitchIgnorDis>
<!--转弯箭头距离车位置多远开始显示-->
<TrunPicMaxDis>250</TrunPicMaxDis>
<!--转弯提示文字距离车位置多远开始不显示-->
<TrunPicMinDis>25</TrunPicMinDis>
<!--转弯提示文字的大小,单位"像素"-->
<TrunPicSize>50</TrunPicSize>
<!--10米比例尺车标宽度单位"米"-->
<CarWidth>6.5</CarWidth>
<!--车道线宽,单位"米"-->
<RoadLineWidth>7.0</RoadLineWidth>
<!--车道线颜色-->
<LineColorRed>0</LineColorRed>
<LineColorGreen>174</LineColorGreen>
<LineColorBlue>255</LineColorBlue>
<LineColorAlpha>204</LineColorAlpha>
<!--方向线向前长度,单位"米"-->
<LineforwardLength>30</LineforwardLength>
<!--方向线向后长度,单位"米"-->
<LinebackLength>30</LinebackLength>
<!--方向线宽度,单位"米"-->
<LineWidth>7.0</LineWidth>
<!--车道线融合(0-255,0全透,暂无效)-->
<LineAlpha>100</LineAlpha>
</NavigationParam>
<AnimateParam>
<!--二维进入三维蒙板颜色红色分量0255-->
<ColorInRed>29</ColorInRed>
<!--二维进入三维蒙板颜色绿色分量0255-->
<ColorInGreed>30</ColorInGreed>
<!--二维进入三维蒙板颜色蓝色分量0255-->
<ColorInBlue>26</ColorInBlue>
<!--二维动画帧数-->
<FrameIn2d>4</FrameIn2d>
<!--三维动画帧数-->
<FrameIn3d>6</FrameIn3d>
<!--三维退出二维蒙板颜色红色分量0255-->
<ColorOutRed>29</ColorOutRed>
<!--三维退出二维蒙板颜色绿色分量0255-->
<ColorOutGreed>30</ColorOutGreed>
<!--三维退出二维蒙板颜色蓝色分量0255-->
<ColorOutBlue>26</ColorOutBlue>
<!--二维动画帧数-->
<FrameOut2d>2</FrameOut2d>
<!--三维动画帧数-->
<FrameOut3d>3</FrameOut3d>
<!--2d透明度变化范围起始值[0,255]-->
<AlphaBegin2d>60</AlphaBegin2d>
<!--2d透明度变化范围结束值[0,255]-->
<AlphaEnd2d>120</AlphaEnd2d>
<!--透明度变化范围起始值[0,255]-->
<AlphaBegin3d>180</AlphaBegin3d>
<!--透明度变化范围结束值[0,255]-->
<AlphaEnd3d>100</AlphaEnd3d>
</AnimateParam>
</Xml>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

View File

@@ -0,0 +1,191 @@
info face="Arial" size=32 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0
common lineHeight=32 base=26 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=1 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="anscii_0.png"
chars count=95
char id=32 x=110 y=22 width=3 height=1 xoffset=-1 yoffset=31 xadvance=8 page=0 chnl=15
char id=33 x=199 y=63 width=4 height=20 xoffset=2 yoffset=6 xadvance=8 page=0 chnl=15
char id=34 x=242 y=79 width=10 height=7 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15
char id=35 x=0 y=48 width=16 height=20 xoffset=-1 yoffset=6 xadvance=15 page=0 chnl=15
char id=36 x=94 y=0 width=15 height=23 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=15
char id=37 x=161 y=0 width=22 height=20 xoffset=1 yoffset=6 xadvance=24 page=0 chnl=15
char id=38 x=132 y=21 width=17 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15
char id=39 x=0 y=106 width=5 height=7 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15
char id=40 x=47 y=0 width=8 height=25 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=15
char id=41 x=56 y=0 width=8 height=25 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=15
char id=42 x=230 y=79 width=11 height=8 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15
char id=43 x=187 y=84 width=14 height=12 xoffset=1 yoffset=10 xadvance=16 page=0 chnl=15
char id=44 x=6 y=106 width=4 height=6 xoffset=2 yoffset=24 xadvance=8 page=0 chnl=15
char id=45 x=53 y=106 width=9 height=2 xoffset=0 yoffset=18 xadvance=9 page=0 chnl=15
char id=46 x=209 y=79 width=4 height=2 xoffset=2 yoffset=24 xadvance=8 page=0 chnl=15
char id=47 x=153 y=63 width=10 height=20 xoffset=-1 yoffset=6 xadvance=8 page=0 chnl=15
char id=48 x=15 y=69 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15
char id=49 x=164 y=63 width=9 height=20 xoffset=2 yoffset=6 xadvance=15 page=0 chnl=15
char id=50 x=134 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15
char id=51 x=59 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15
char id=52 x=179 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15
char id=53 x=45 y=69 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15
char id=54 x=194 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15
char id=55 x=115 y=66 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15
char id=56 x=102 y=45 width=15 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15
char id=57 x=118 y=43 width=15 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15
char id=58 x=251 y=63 width=4 height=15 xoffset=2 yoffset=11 xadvance=8 page=0 chnl=15
char id=59 x=204 y=63 width=4 height=19 xoffset=2 yoffset=11 xadvance=8 page=0 chnl=15
char id=60 x=172 y=84 width=14 height=13 xoffset=1 yoffset=10 xadvance=16 page=0 chnl=15
char id=61 x=215 y=79 width=14 height=8 xoffset=1 yoffset=12 xadvance=16 page=0 chnl=15
char id=62 x=157 y=84 width=14 height=13 xoffset=1 yoffset=10 xadvance=16 page=0 chnl=15
char id=63 x=101 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15
char id=64 x=0 y=0 width=26 height=26 xoffset=1 yoffset=6 xadvance=27 page=0 chnl=15
char id=65 x=227 y=0 width=19 height=20 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=15
char id=66 x=17 y=48 width=16 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15
char id=67 x=58 y=26 width=18 height=20 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=15
char id=68 x=168 y=21 width=17 height=20 xoffset=2 yoffset=6 xadvance=20 page=0 chnl=15
char id=69 x=51 y=47 width=16 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15
char id=70 x=240 y=21 width=15 height=20 xoffset=2 yoffset=6 xadvance=17 page=0 chnl=15
char id=71 x=0 y=27 width=19 height=20 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=15
char id=72 x=186 y=21 width=17 height=20 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=15
char id=73 x=184 y=63 width=4 height=20 xoffset=2 yoffset=6 xadvance=8 page=0 chnl=15
char id=74 x=129 y=64 width=12 height=20 xoffset=0 yoffset=6 xadvance=13 page=0 chnl=15
char id=75 x=39 y=26 width=18 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15
char id=76 x=0 y=69 width=14 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15
char id=77 x=184 y=0 width=21 height=20 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=15
char id=78 x=96 y=24 width=17 height=20 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=15
char id=79 x=206 y=0 width=20 height=20 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=15
char id=80 x=85 y=47 width=16 height=20 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=15
char id=81 x=110 y=0 width=21 height=21 xoffset=0 yoffset=6 xadvance=21 page=0 chnl=15
char id=82 x=77 y=26 width=18 height=20 xoffset=2 yoffset=6 xadvance=20 page=0 chnl=15
char id=83 x=68 y=47 width=16 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15
char id=84 x=34 y=48 width=16 height=20 xoffset=0 yoffset=6 xadvance=16 page=0 chnl=15
char id=85 x=204 y=21 width=17 height=20 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=15
char id=86 x=222 y=21 width=17 height=20 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=15
char id=87 x=132 y=0 width=28 height=20 xoffset=0 yoffset=6 xadvance=28 page=0 chnl=15
char id=88 x=150 y=21 width=17 height=20 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=15
char id=89 x=20 y=27 width=18 height=20 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=15
char id=90 x=114 y=22 width=17 height=20 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=15
char id=91 x=73 y=0 width=7 height=25 xoffset=1 yoffset=6 xadvance=8 page=0 chnl=15
char id=92 x=174 y=63 width=9 height=20 xoffset=-1 yoffset=6 xadvance=8 page=0 chnl=15
char id=93 x=65 y=0 width=7 height=25 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15
char id=94 x=202 y=84 width=12 height=10 xoffset=0 yoffset=6 xadvance=12 page=0 chnl=15
char id=95 x=35 y=106 width=17 height=2 xoffset=-1 yoffset=29 xadvance=15 page=0 chnl=15
char id=96 x=28 y=106 width=6 height=4 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=15
char id=97 x=48 y=90 width=14 height=15 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15
char id=98 x=149 y=42 width=14 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15
char id=99 x=106 y=89 width=13 height=15 xoffset=0 yoffset=11 xadvance=14 page=0 chnl=15
char id=100 x=164 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15
char id=101 x=0 y=90 width=15 height=15 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15
char id=102 x=142 y=63 width=10 height=20 xoffset=-1 yoffset=6 xadvance=7 page=0 chnl=15
char id=103 x=209 y=42 width=14 height=20 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15
char id=104 x=73 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15
char id=105 x=189 y=63 width=4 height=20 xoffset=1 yoffset=6 xadvance=6 page=0 chnl=15
char id=106 x=81 y=0 width=7 height=25 xoffset=-2 yoffset=6 xadvance=6 page=0 chnl=15
char id=107 x=87 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=14 page=0 chnl=15
char id=108 x=194 y=63 width=4 height=20 xoffset=1 yoffset=6 xadvance=6 page=0 chnl=15
char id=109 x=209 y=63 width=20 height=15 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=15
char id=110 x=78 y=89 width=13 height=15 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=15
char id=111 x=16 y=90 width=15 height=15 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15
char id=112 x=30 y=69 width=14 height=20 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=15
char id=113 x=224 y=42 width=14 height=20 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15
char id=114 x=147 y=84 width=9 height=15 xoffset=1 yoffset=11 xadvance=9 page=0 chnl=15
char id=115 x=63 y=89 width=14 height=15 xoffset=0 yoffset=11 xadvance=14 page=0 chnl=15
char id=116 x=247 y=0 width=8 height=20 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15
char id=117 x=92 y=89 width=13 height=15 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=15
char id=118 x=32 y=90 width=15 height=15 xoffset=-1 yoffset=11 xadvance=13 page=0 chnl=15
char id=119 x=230 y=63 width=20 height=15 xoffset=-1 yoffset=11 xadvance=19 page=0 chnl=15
char id=120 x=134 y=85 width=12 height=15 xoffset=0 yoffset=11 xadvance=12 page=0 chnl=15
char id=121 x=239 y=42 width=14 height=20 xoffset=0 yoffset=11 xadvance=14 page=0 chnl=15
char id=122 x=120 y=87 width=13 height=15 xoffset=0 yoffset=11 xadvance=13 page=0 chnl=15
char id=123 x=37 y=0 width=9 height=25 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15
char id=124 x=89 y=0 width=4 height=25 xoffset=1 yoffset=6 xadvance=6 page=0 chnl=15
char id=125 x=27 y=0 width=9 height=25 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15
char id=126 x=11 y=106 width=16 height=4 xoffset=0 yoffset=14 xadvance=16 page=0 chnl=15
kernings count=91
kerning first=32 second=65 amount=-2
kerning first=32 second=84 amount=-1
kerning first=32 second=89 amount=-1
kerning first=121 second=46 amount=-2
kerning first=121 second=44 amount=-2
kerning first=119 second=46 amount=-2
kerning first=119 second=44 amount=-2
kerning first=118 second=46 amount=-2
kerning first=118 second=44 amount=-2
kerning first=114 second=46 amount=-2
kerning first=49 second=49 amount=-2
kerning first=65 second=32 amount=-2
kerning first=65 second=84 amount=-2
kerning first=65 second=86 amount=-2
kerning first=65 second=87 amount=-1
kerning first=65 second=89 amount=-2
kerning first=65 second=118 amount=-1
kerning first=65 second=119 amount=-1
kerning first=65 second=121 amount=-1
kerning first=114 second=44 amount=-2
kerning first=70 second=44 amount=-3
kerning first=70 second=46 amount=-3
kerning first=70 second=65 amount=-2
kerning first=76 second=32 amount=-1
kerning first=76 second=84 amount=-2
kerning first=76 second=86 amount=-2
kerning first=76 second=87 amount=-2
kerning first=76 second=89 amount=-2
kerning first=76 second=121 amount=-1
kerning first=102 second=102 amount=-1
kerning first=80 second=32 amount=-1
kerning first=80 second=44 amount=-4
kerning first=80 second=46 amount=-4
kerning first=80 second=65 amount=-2
kerning first=82 second=84 amount=-1
kerning first=82 second=86 amount=-1
kerning first=82 second=87 amount=-1
kerning first=82 second=89 amount=-1
kerning first=84 second=32 amount=-1
kerning first=84 second=44 amount=-3
kerning first=84 second=45 amount=-2
kerning first=84 second=46 amount=-3
kerning first=84 second=58 amount=-3
kerning first=89 second=118 amount=-2
kerning first=84 second=65 amount=-2
kerning first=84 second=79 amount=-1
kerning first=84 second=97 amount=-3
kerning first=84 second=99 amount=-3
kerning first=84 second=101 amount=-3
kerning first=84 second=105 amount=-1
kerning first=84 second=111 amount=-3
kerning first=84 second=114 amount=-1
kerning first=84 second=115 amount=-3
kerning first=84 second=117 amount=-1
kerning first=84 second=119 amount=-2
kerning first=84 second=121 amount=-2
kerning first=86 second=44 amount=-3
kerning first=86 second=45 amount=-2
kerning first=86 second=46 amount=-3
kerning first=86 second=58 amount=-1
kerning first=89 second=117 amount=-2
kerning first=86 second=65 amount=-2
kerning first=86 second=97 amount=-2
kerning first=86 second=101 amount=-2
kerning first=86 second=105 amount=-1
kerning first=86 second=111 amount=-2
kerning first=86 second=114 amount=-1
kerning first=86 second=117 amount=-1
kerning first=86 second=121 amount=-1
kerning first=87 second=44 amount=-2
kerning first=87 second=45 amount=-1
kerning first=87 second=46 amount=-2
kerning first=87 second=58 amount=-1
kerning first=89 second=113 amount=-3
kerning first=87 second=65 amount=-1
kerning first=87 second=97 amount=-1
kerning first=87 second=101 amount=-1
kerning first=89 second=112 amount=-2
kerning first=87 second=111 amount=-1
kerning first=87 second=114 amount=-1
kerning first=87 second=117 amount=-1
kerning first=89 second=111 amount=-3
kerning first=89 second=32 amount=-1
kerning first=89 second=44 amount=-4
kerning first=89 second=45 amount=-3
kerning first=89 second=46 amount=-4
kerning first=89 second=58 amount=-2
kerning first=89 second=105 amount=-1
kerning first=89 second=65 amount=-2
kerning first=89 second=97 amount=-2
kerning first=89 second=101 amount=-3

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -0,0 +1,44 @@
43
style_1_18_1627443174.data
style_26_18_1624864866.data
style_35_18_1641374969.data
style_3_18_1624864847.data
style_6_18_1624866734.data
icons_40_18_1629979483.data
mapprofile_1_18_1626748603.data
icons_1_18_1620803672.data
style_4_18_1630315891.data
icons_2_18_1620803665.data
style_50_18_1639057433.data
style_38_18_1630469232.data
style_0_18_1641525834.data
icons_3_18_1620803657.data
style_25_18_1624864857.data
icons_10_18_1620803632.data
style_28_18_1621223375.data
style_18_18_1624864928.data
icons_25_18_1616413163.data
style_17_18_1605511247.data
style_29_18_1637641334.data
style_16_18_1605511194.data
style_8_18_1624864902.data
icons_5_18_1616413149.data
laneprofile_1_18_1640573575.data
config_2_18_1605512060.data
style_39_18_1630469193.data
icons_4_18_1624863920.data
config_1_18_1655983581.data
icons_50_18_1621241047.data
style_41_18_1623986571.data
style_19_18_1605511205.data
icons_11_18_1611742683.data
icons_24_18_1619768490.data
style_40_18_1624871103.data
mapprofile_2_18_1620443466.data
style_100_18_1640182887.data
style_37_18_1612505452.data
style_5_18_1630315937.data
style_36_18_1641374988.data
icons_6_18_1624863929.data
icons_9_18_1609147790.data
style_2_18_1655970883.data

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<dirs>
<data>./data/</data>
<diff>./diff/</diff>
<res>./res900/</res>
<log>./log/</log>
</dirs>
</config>

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Some files were not shown because too many files have changed in this diff Show More