repo.json newest version at top
parent
4ce53bfccb
commit
3c6ce16a00
|
@ -38,10 +38,10 @@ MonoBehaviour:
|
||||||
CargoTypes:
|
CargoTypes:
|
||||||
Entries: []
|
Entries: []
|
||||||
brakes:
|
brakes:
|
||||||
hasCompressor: 0
|
hasCompressor: 1
|
||||||
brakeValveType: 0
|
brakeValveType: 0
|
||||||
hasIndependentBrake: 0
|
hasIndependentBrake: 0
|
||||||
hasHandbrake: 0
|
hasHandbrake: 1
|
||||||
ignoreOverheating: 1
|
ignoreOverheating: 1
|
||||||
brakingForcePerBogieMultiplier: 0
|
brakingForcePerBogieMultiplier: 0
|
||||||
damage:
|
damage:
|
||||||
|
|
|
@ -1997,7 +1997,7 @@ Transform:
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 5496646117800224830}
|
m_GameObject: {fileID: 5496646117800224830}
|
||||||
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
m_LocalPosition: {x: -0.383, y: -0.08700001, z: -0.173}
|
m_LocalPosition: {x: -0.383, y: 0.499, z: -2.728}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 2348281878159220395}
|
- {fileID: 2348281878159220395}
|
||||||
|
@ -3067,7 +3067,7 @@ Transform:
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 9162766633389456596}
|
m_GameObject: {fileID: 9162766633389456596}
|
||||||
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
|
||||||
m_LocalPosition: {x: -0.525, y: -0.13, z: -0.173}
|
m_LocalPosition: {x: -0.525, y: 0.522, z: -2.339}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 1333249152459371033}
|
- {fileID: 1333249152459371033}
|
||||||
|
|
|
@ -47,7 +47,7 @@ PlayerSettings:
|
||||||
defaultScreenWidthWeb: 960
|
defaultScreenWidthWeb: 960
|
||||||
defaultScreenHeightWeb: 600
|
defaultScreenHeightWeb: 600
|
||||||
m_StereoRenderingPath: 1
|
m_StereoRenderingPath: 1
|
||||||
m_ActiveColorSpace: 0
|
m_ActiveColorSpace: 1
|
||||||
m_MTRendering: 1
|
m_MTRendering: 1
|
||||||
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
|
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
|
||||||
iosShowActivityIndicatorOnLoading: -1
|
iosShowActivityIndicatorOnLoading: -1
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
"Releases": [
|
"Releases": [
|
||||||
{
|
{
|
||||||
"Id": "caravan",
|
"Id": "caravan",
|
||||||
"Version": "1.0.0",
|
"Version": "1.0.1",
|
||||||
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.0/Caravan.zip"
|
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.1/Caravan.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Id": "caravan",
|
"Id": "caravan",
|
||||||
"Version": "1.0.1",
|
"Version": "1.0.0",
|
||||||
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.1/Caravan.zip"
|
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.0/Caravan.zip"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue