mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00
New Version 1.42
Moving cam replay. Fix the baricade. Fixed the bugs.
This commit is contained in:
parent
ea927d7a79
commit
870262509a
485 changed files with 136 additions and 54 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -3,8 +3,12 @@
|
||||||
"WorkspaceRootPath": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\",
|
"WorkspaceRootPath": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\",
|
||||||
"Documents": [
|
"Documents": [
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|c:\\users\\asus\\documents\\github\\gutterball-3\\gutterball 3\\assets\\scripts\\camerafollow.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|c:\\users\\asus\\documents\\github\\gutterball-3\\gutterball 3\\assets\\scripts\\game.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\camerafollow.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\game.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|c:\\users\\asus\\documents\\github\\gutterball-3\\gutterball 3\\assets\\scripts\\scoremasterball3.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\scoremasterball3.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"DocumentGroupContainers": [
|
"DocumentGroupContainers": [
|
||||||
|
@ -14,19 +18,32 @@
|
||||||
"DocumentGroups": [
|
"DocumentGroups": [
|
||||||
{
|
{
|
||||||
"DockedWidth": 200,
|
"DockedWidth": 200,
|
||||||
"SelectedChildIndex": 0,
|
"SelectedChildIndex": 1,
|
||||||
"Children": [
|
"Children": [
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 0,
|
"DocumentIndex": 1,
|
||||||
"Title": "CameraFollow.cs",
|
"Title": "ScoreMasterBall3.cs",
|
||||||
"DocumentMoniker": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\CameraFollow.cs",
|
"DocumentMoniker": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\CameraFollow.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
"ToolTip": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\CameraFollow.cs",
|
"ToolTip": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
"RelativeToolTip": "Assets\\Scripts\\CameraFollow.cs",
|
"RelativeToolTip": "Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
"ViewState": "AgIAAGMAAAAAAAAAAAAmwGsAAAAJAAAAAAAAAA==",
|
"ViewState": "AgIAABgAAAAAAAAAAAAowAAAAAAAAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2025-01-29T04:40:29.259Z",
|
"WhenOpened": "2025-01-29T19:56:17.479Z",
|
||||||
|
"EditorCaption": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 0,
|
||||||
|
"Title": "Game.cs",
|
||||||
|
"DocumentMoniker": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\Game.cs",
|
||||||
|
"RelativeDocumentMoniker": "Assets\\Scripts\\Game.cs",
|
||||||
|
"ToolTip": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\Game.cs",
|
||||||
|
"RelativeToolTip": "Assets\\Scripts\\Game.cs",
|
||||||
|
"ViewState": "AgIAAKwFAAAAAAAAAAAwwLYFAAA9AAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2025-01-29T19:55:12.553Z",
|
||||||
"EditorCaption": ""
|
"EditorCaption": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,12 +1,54 @@
|
||||||
{
|
{
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"WorkspaceRootPath": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\",
|
"WorkspaceRootPath": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\",
|
||||||
"Documents": [],
|
"Documents": [
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\assets\\scripts\\scoremasterball3.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\scoremasterball3.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|c:\\users\\asus\\documents\\github\\gutterball-3\\gutterball 3\\assets\\scripts\\game.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{2DA15658-79C1-254D-7639-1FB8498A1542}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\game.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
}
|
||||||
|
],
|
||||||
"DocumentGroupContainers": [
|
"DocumentGroupContainers": [
|
||||||
{
|
{
|
||||||
"Orientation": 0,
|
"Orientation": 0,
|
||||||
"VerticalTabListWidth": 256,
|
"VerticalTabListWidth": 256,
|
||||||
"DocumentGroups": []
|
"DocumentGroups": [
|
||||||
|
{
|
||||||
|
"DockedWidth": 200,
|
||||||
|
"SelectedChildIndex": 0,
|
||||||
|
"Children": [
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 0,
|
||||||
|
"Title": "ScoreMasterBall3.cs",
|
||||||
|
"DocumentMoniker": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
|
"RelativeDocumentMoniker": "Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
|
"ToolTip": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
|
"RelativeToolTip": "Assets\\Scripts\\ScoreMasterBall3.cs",
|
||||||
|
"ViewState": "AgIAABgAAAAAAAAAAAAowAAAAAAAAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2025-01-29T19:56:17.479Z",
|
||||||
|
"EditorCaption": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 1,
|
||||||
|
"Title": "Game.cs",
|
||||||
|
"DocumentMoniker": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\Game.cs",
|
||||||
|
"RelativeDocumentMoniker": "Assets\\Scripts\\Game.cs",
|
||||||
|
"ToolTip": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\Assets\\Scripts\\Game.cs",
|
||||||
|
"RelativeToolTip": "Assets\\Scripts\\Game.cs",
|
||||||
|
"ViewState": "AgIAAKwFAAAAAAAAAAAwwLYFAAA9AAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2025-01-29T19:55:12.553Z",
|
||||||
|
"EditorCaption": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -31015,13 +31015,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 71481214}
|
m_GameObject: {fileID: 71481214}
|
||||||
m_LocalRotation: {x: 0.0000014849144, y: 0.0004362981, z: 0.0034034196, w: 0.9999941}
|
m_LocalRotation: {x: -0.00000014852846, y: 0.00043630062, z: -0.0003404268, w: 0.9999998}
|
||||||
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1505779324}
|
m_Father: {fileID: 1505779324}
|
||||||
m_RootOrder: 15
|
m_RootOrder: 15
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: 0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: -0.039}
|
||||||
--- !u!64 &71481216
|
--- !u!64 &71481216
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -66381,13 +66381,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 219566304}
|
m_GameObject: {fileID: 219566304}
|
||||||
m_LocalRotation: {x: 0.0000014848736, y: -0.0004362981, z: -0.003403326, w: 0.9999941}
|
m_LocalRotation: {x: -0.0000001484876, y: -0.00043630062, z: 0.00034033318, w: 0.9999998}
|
||||||
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1505779324}
|
m_Father: {fileID: 1505779324}
|
||||||
m_RootOrder: 16
|
m_RootOrder: 16
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: -0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: 0.039}
|
||||||
--- !u!64 &219566306
|
--- !u!64 &219566306
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -84927,13 +84927,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 316518194}
|
m_GameObject: {fileID: 316518194}
|
||||||
m_LocalRotation: {x: 0.0000014849144, y: 0.0004362981, z: 0.0034034196, w: 0.9999941}
|
m_LocalRotation: {x: -0.00000014852846, y: 0.00043630062, z: -0.0003404268, w: 0.9999998}
|
||||||
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1496776830}
|
m_Father: {fileID: 1496776830}
|
||||||
m_RootOrder: 14
|
m_RootOrder: 14
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: 0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: -0.039}
|
||||||
--- !u!64 &316518196
|
--- !u!64 &316518196
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -167302,13 +167302,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 595013972}
|
m_GameObject: {fileID: 595013972}
|
||||||
m_LocalRotation: {x: 0.0000014849144, y: 0.0004362981, z: 0.0034034196, w: 0.9999941}
|
m_LocalRotation: {x: -0.00000014852846, y: 0.00043630062, z: -0.0003404268, w: 0.9999998}
|
||||||
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1773849258}
|
m_Father: {fileID: 1773849258}
|
||||||
m_RootOrder: 4
|
m_RootOrder: 4
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: 0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: -0.039}
|
||||||
--- !u!64 &595013974
|
--- !u!64 &595013974
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -192690,13 +192690,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 730196047}
|
m_GameObject: {fileID: 730196047}
|
||||||
m_LocalRotation: {x: 0.0000014848736, y: -0.0004362981, z: -0.003403326, w: 0.9999941}
|
m_LocalRotation: {x: -0.0000001484876, y: -0.00043630062, z: 0.00034033318, w: 0.9999998}
|
||||||
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1496776830}
|
m_Father: {fileID: 1496776830}
|
||||||
m_RootOrder: 15
|
m_RootOrder: 15
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: -0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: 0.039}
|
||||||
--- !u!64 &730196049
|
--- !u!64 &730196049
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -275034,13 +275034,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1064605217}
|
m_GameObject: {fileID: 1064605217}
|
||||||
m_LocalRotation: {x: 0.0000014848736, y: -0.0004362981, z: -0.003403326, w: 0.9999941}
|
m_LocalRotation: {x: -0.0000001484876, y: -0.00043630062, z: 0.00034033318, w: 0.9999998}
|
||||||
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1064605212}
|
m_Father: {fileID: 1064605212}
|
||||||
m_RootOrder: 9
|
m_RootOrder: 9
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: -0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: 0.039}
|
||||||
--- !u!4 &1064605244
|
--- !u!4 &1064605244
|
||||||
Transform:
|
Transform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -275049,13 +275049,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1064605218}
|
m_GameObject: {fileID: 1064605218}
|
||||||
m_LocalRotation: {x: 0.0000014849144, y: 0.0004362981, z: 0.0034034196, w: 0.9999941}
|
m_LocalRotation: {x: -0.00000014852846, y: 0.00043630062, z: -0.0003404268, w: 0.9999998}
|
||||||
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1064605212}
|
m_Father: {fileID: 1064605212}
|
||||||
m_RootOrder: 8
|
m_RootOrder: 8
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: 0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: -0.039}
|
||||||
--- !u!4 &1064605247
|
--- !u!4 &1064605247
|
||||||
Transform:
|
Transform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -295237,13 +295237,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1161130321}
|
m_GameObject: {fileID: 1161130321}
|
||||||
m_LocalRotation: {x: 0.0000014848736, y: -0.0004362981, z: -0.003403326, w: 0.9999941}
|
m_LocalRotation: {x: -0.0000001484876, y: -0.00043630062, z: 0.00034033318, w: 0.9999998}
|
||||||
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1773849258}
|
m_Father: {fileID: 1773849258}
|
||||||
m_RootOrder: 5
|
m_RootOrder: 5
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: -0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: 0.039}
|
||||||
--- !u!64 &1161130323
|
--- !u!64 &1161130323
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -346526,13 +346526,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1409422635}
|
m_GameObject: {fileID: 1409422635}
|
||||||
m_LocalRotation: {x: 0.0000014848736, y: -0.0004362981, z: -0.003403326, w: 0.9999941}
|
m_LocalRotation: {x: -0.0000001484876, y: -0.00043630062, z: 0.00034033318, w: 0.9999998}
|
||||||
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
m_LocalPosition: {x: -1.4, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1477988165}
|
m_Father: {fileID: 1477988165}
|
||||||
m_RootOrder: 6
|
m_RootOrder: 6
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: -0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: -0.05, z: 0.039}
|
||||||
--- !u!64 &1409422637
|
--- !u!64 &1409422637
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -417895,13 +417895,13 @@ Transform:
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1726934194}
|
m_GameObject: {fileID: 1726934194}
|
||||||
m_LocalRotation: {x: 0.0000014849144, y: 0.0004362981, z: 0.0034034196, w: 0.9999941}
|
m_LocalRotation: {x: -0.00000014852846, y: 0.00043630062, z: -0.0003404268, w: 0.9999998}
|
||||||
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
m_LocalPosition: {x: 3.3, y: 0, z: -158.927}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1477988165}
|
m_Father: {fileID: 1477988165}
|
||||||
m_RootOrder: 5
|
m_RootOrder: 5
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: 0.39}
|
m_LocalEulerAnglesHint: {x: 0, y: 0.05, z: -0.039}
|
||||||
--- !u!64 &1726934196
|
--- !u!64 &1726934196
|
||||||
MeshCollider:
|
MeshCollider:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|
|
@ -1460,7 +1460,7 @@ public class Game : MonoBehaviour
|
||||||
replays[i].SetTransform(0);
|
replays[i].SetTransform(0);
|
||||||
}
|
}
|
||||||
cameraFollow.Replay(replayIndex);
|
cameraFollow.Replay(replayIndex);
|
||||||
yield return new WaitForSeconds(replayTime * 1.25f);
|
yield return new WaitForSeconds(replayTime * 1.375f);
|
||||||
replayText.SetActive(false);
|
replayText.SetActive(false);
|
||||||
for (int i = 0; i < replays.Length; i++)
|
for (int i = 0; i < replays.Length; i++)
|
||||||
{
|
{
|
||||||
|
|
|
@ -21,7 +21,7 @@ MonoBehaviour:
|
||||||
m_ShowMode: 4
|
m_ShowMode: 4
|
||||||
m_Title:
|
m_Title:
|
||||||
m_RootView: {fileID: 2}
|
m_RootView: {fileID: 2}
|
||||||
m_MinSize: {x: 950, y: 548}
|
m_MinSize: {x: 950, y: 300}
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
--- !u!114 &2
|
--- !u!114 &2
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
|
@ -45,7 +45,7 @@ MonoBehaviour:
|
||||||
y: 0
|
y: 0
|
||||||
width: 1366
|
width: 1366
|
||||||
height: 685
|
height: 685
|
||||||
m_MinSize: {x: 950, y: 548}
|
m_MinSize: {x: 950, y: 300}
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
--- !u!114 &3
|
--- !u!114 &3
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
|
@ -114,7 +114,7 @@ MonoBehaviour:
|
||||||
m_MinSize: {x: 683, y: 498}
|
m_MinSize: {x: 683, y: 498}
|
||||||
m_MaxSize: {x: 14004, y: 14048}
|
m_MaxSize: {x: 14004, y: 14048}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
controlID: 1450
|
controlID: 70
|
||||||
--- !u!114 &6
|
--- !u!114 &6
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
|
@ -139,7 +139,7 @@ MonoBehaviour:
|
||||||
m_MinSize: {x: 406, y: 498}
|
m_MinSize: {x: 406, y: 498}
|
||||||
m_MaxSize: {x: 10002, y: 14048}
|
m_MaxSize: {x: 10002, y: 14048}
|
||||||
vertical: 1
|
vertical: 1
|
||||||
controlID: 1451
|
controlID: 71
|
||||||
--- !u!114 &7
|
--- !u!114 &7
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
|
@ -164,7 +164,7 @@ MonoBehaviour:
|
||||||
m_MinSize: {x: 406, y: 224}
|
m_MinSize: {x: 406, y: 224}
|
||||||
m_MaxSize: {x: 8006, y: 4024}
|
m_MaxSize: {x: 8006, y: 4024}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
controlID: 1510
|
controlID: 72
|
||||||
--- !u!114 &8
|
--- !u!114 &8
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
|
@ -184,8 +184,8 @@ MonoBehaviour:
|
||||||
y: 0
|
y: 0
|
||||||
width: 202
|
width: 202
|
||||||
height: 354
|
height: 354
|
||||||
m_MinSize: {x: 202, y: 224}
|
m_MinSize: {x: 200, y: 200}
|
||||||
m_MaxSize: {x: 4002, y: 4024}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_ActualView: {fileID: 13}
|
m_ActualView: {fileID: 13}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 13}
|
- {fileID: 13}
|
||||||
|
@ -381,9 +381,9 @@ MonoBehaviour:
|
||||||
m_SceneHierarchy:
|
m_SceneHierarchy:
|
||||||
m_TreeViewState:
|
m_TreeViewState:
|
||||||
scrollPos: {x: 0, y: 0}
|
scrollPos: {x: 0, y: 0}
|
||||||
m_SelectedIDs: 7e430000
|
m_SelectedIDs: 00580000
|
||||||
m_LastClickedID: 0
|
m_LastClickedID: 0
|
||||||
m_ExpandedIDs: fe83ffff7a84ffff9884ffff6a86ffff7486fffffe86ffff1c87fffff288ffff0089ffffce89ffffba9dffff42dfffff12f9ffffbcfbffff909e0000d6ba0000042806004e440600
|
m_ExpandedIDs: 709cfeff289efeffae9efeffcc9efeff9ea0feffa8a0feff30a1feff4ea1feff24a3feff32a3feff2ea4feff96dffeffc0e1fefff2c300008ef00000a6330100ee3401009c350100b8450100
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
|
@ -469,9 +469,9 @@ MonoBehaviour:
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: 0
|
m_Value: 0
|
||||||
m_Rotation:
|
m_Rotation:
|
||||||
m_Target: {x: 0, y: -1, z: 0, w: 0}
|
m_Target: {x: 0, y: 1, z: 0, w: 0}
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: {x: 0, y: -1, z: 0, w: 0}
|
m_Value: {x: 0, y: 0.99999994, z: 0, w: 0}
|
||||||
m_Size:
|
m_Size:
|
||||||
m_Target: 91.452286
|
m_Target: 91.452286
|
||||||
speed: 2
|
speed: 2
|
||||||
|
@ -561,10 +561,10 @@ MonoBehaviour:
|
||||||
m_LockTracker:
|
m_LockTracker:
|
||||||
m_IsLocked: 0
|
m_IsLocked: 0
|
||||||
m_FolderTreeState:
|
m_FolderTreeState:
|
||||||
scrollPos: {x: 0, y: 183}
|
scrollPos: {x: 0, y: 240}
|
||||||
m_SelectedIDs: e2310000
|
m_SelectedIDs: d84d0000
|
||||||
m_LastClickedID: 12770
|
m_LastClickedID: 19928
|
||||||
m_ExpandedIDs: 00000000a626000000ca9a3b
|
m_ExpandedIDs: 000000004848000000ca9a3b
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
|
@ -592,7 +592,7 @@ MonoBehaviour:
|
||||||
scrollPos: {x: 0, y: 0}
|
scrollPos: {x: 0, y: 0}
|
||||||
m_SelectedIDs:
|
m_SelectedIDs:
|
||||||
m_LastClickedID: 0
|
m_LastClickedID: 0
|
||||||
m_ExpandedIDs: 00000000a626000000ca9a3b
|
m_ExpandedIDs: 0000000048480000
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -118,7 +118,7 @@ PlayerSettings:
|
||||||
16:10: 1
|
16:10: 1
|
||||||
16:9: 1
|
16:9: 1
|
||||||
Others: 1
|
Others: 1
|
||||||
bundleVersion: 1.42
|
bundleVersion: 1.43
|
||||||
preloadedAssets: []
|
preloadedAssets: []
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":-0.0000019073486328125,"y":64.0,"z":128.0},"rotation":{"x":0.0,"y":-1.0,"z":0.0,"w":0.0},"size":91.45228576660156,"orthographic":false}
|
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":-0.0000019073486328125,"y":64.0,"z":128.0},"rotation":{"x":0.0,"y":0.9999999403953552,"z":0.0,"w":0.0},"size":91.45228576660156,"orthographic":false}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 754 KiB After Width: | Height: | Size: 765 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 813 KiB After Width: | Height: | Size: 833 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue