mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-14 12:47:44 +00:00
New Version 1.44
Fixed the bugs.
This commit is contained in:
parent
620778f53e
commit
893fa999aa
22 changed files with 76 additions and 116 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,54 +1,12 @@
|
|||
{
|
||||
"Version": 1,
|
||||
"WorkspaceRootPath": "C:\\Users\\Asus\\Documents\\GitHub\\gutterball-3\\Gutterball 3\\",
|
||||
"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}"
|
||||
}
|
||||
],
|
||||
"Documents": [],
|
||||
"DocumentGroupContainers": [
|
||||
{
|
||||
"Orientation": 0,
|
||||
"VerticalTabListWidth": 256,
|
||||
"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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"DocumentGroups": []
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1460,7 +1460,7 @@ public class Game : MonoBehaviour
|
|||
replays[i].SetTransform(0);
|
||||
}
|
||||
cameraFollow.Replay(replayIndex);
|
||||
yield return new WaitForSeconds(replayTime * 1.375f);
|
||||
yield return new WaitForSeconds(replayTime * 1.3f);
|
||||
replayText.SetActive(false);
|
||||
for (int i = 0; i < replays.Length; i++)
|
||||
{
|
||||
|
|
|
@ -192,7 +192,6 @@ public class ObjectAnimation : MonoBehaviour
|
|||
if (objectTarget != null)
|
||||
{
|
||||
objectTarget.position = position;
|
||||
objectTarget.rotation = Quaternion.Euler(rotation.x, 180 + rotation.y, rotation.z);
|
||||
}
|
||||
if (camTarget != null)
|
||||
{
|
||||
|
|
|
@ -111,10 +111,10 @@ MonoBehaviour:
|
|||
y: 30
|
||||
width: 1366
|
||||
height: 635
|
||||
m_MinSize: {x: 683, y: 498}
|
||||
m_MaxSize: {x: 14004, y: 14048}
|
||||
m_MinSize: {x: 679, y: 498}
|
||||
m_MaxSize: {x: 14002, y: 14048}
|
||||
vertical: 0
|
||||
controlID: 74
|
||||
controlID: 1076
|
||||
--- !u!114 &6
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -136,10 +136,10 @@ MonoBehaviour:
|
|||
y: 0
|
||||
width: 1089
|
||||
height: 635
|
||||
m_MinSize: {x: 406, y: 498}
|
||||
m_MinSize: {x: 404, y: 498}
|
||||
m_MaxSize: {x: 10002, y: 14048}
|
||||
vertical: 1
|
||||
controlID: 75
|
||||
controlID: 1077
|
||||
--- !u!114 &7
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -161,10 +161,10 @@ MonoBehaviour:
|
|||
y: 0
|
||||
width: 1089
|
||||
height: 354
|
||||
m_MinSize: {x: 406, y: 224}
|
||||
m_MaxSize: {x: 8006, y: 4024}
|
||||
m_MinSize: {x: 404, y: 224}
|
||||
m_MaxSize: {x: 8004, y: 4024}
|
||||
vertical: 0
|
||||
controlID: 76
|
||||
controlID: 1078
|
||||
--- !u!114 &8
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -184,8 +184,8 @@ MonoBehaviour:
|
|||
y: 0
|
||||
width: 202
|
||||
height: 354
|
||||
m_MinSize: {x: 202, y: 224}
|
||||
m_MaxSize: {x: 4002, y: 4024}
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 13}
|
||||
m_Panes:
|
||||
- {fileID: 13}
|
||||
|
@ -210,8 +210,8 @@ MonoBehaviour:
|
|||
y: 0
|
||||
width: 887
|
||||
height: 354
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_MinSize: {x: 204, y: 224}
|
||||
m_MaxSize: {x: 4004, y: 4024}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_Panes:
|
||||
- {fileID: 14}
|
||||
|
@ -383,7 +383,7 @@ MonoBehaviour:
|
|||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 34f0ffff52f0ffffaef1ffffbef1ffff14f3ffff2af3ffff70f4ffffbcf4ffffdaf4ffffb4f6ffffc2f6ffff00f7ffffd6fbffffc47c0000ea090200f2250200
|
||||
m_ExpandedIDs: 20a4ffff3ea4ffff96a5ffffa2a5ffff50a7ffff6ea7ffffcaa8ffffdaa8ffff14aaffffd6fbffff745a00007c680000bcc00000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -562,9 +562,9 @@ MonoBehaviour:
|
|||
m_IsLocked: 0
|
||||
m_FolderTreeState:
|
||||
scrollPos: {x: 0, y: 240}
|
||||
m_SelectedIDs: da310000
|
||||
m_LastClickedID: 12762
|
||||
m_ExpandedIDs: 000000009a26000000ca9a3b
|
||||
m_SelectedIDs: dc310000
|
||||
m_LastClickedID: 12764
|
||||
m_ExpandedIDs: 000000009c26000000ca9a3b
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -592,7 +592,7 @@ MonoBehaviour:
|
|||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 000000009a260000
|
||||
m_ExpandedIDs: 000000009c26000000ca9a3b
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
|
|
@ -21,10 +21,10 @@ MonoBehaviour:
|
|||
y: 30
|
||||
width: 1366
|
||||
height: 635
|
||||
m_MinSize: {x: 681, y: 498}
|
||||
m_MaxSize: {x: 14004, y: 14048}
|
||||
m_MinSize: {x: 679, y: 498}
|
||||
m_MaxSize: {x: 14002, y: 14048}
|
||||
vertical: 0
|
||||
controlID: 1053
|
||||
controlID: 74
|
||||
--- !u!114 &2
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -48,8 +48,8 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 202
|
||||
y: 73
|
||||
width: 880
|
||||
height: 337
|
||||
width: 883
|
||||
height: 334
|
||||
m_PersistentViewDataDictionary: {fileID: 0}
|
||||
m_MaximizeOnPlay: 0
|
||||
m_Gizmos: 0
|
||||
|
@ -82,25 +82,25 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 17
|
||||
width: 880
|
||||
height: 320
|
||||
m_Scale: {x: 0.41666666, y: 0.41666666}
|
||||
m_Translation: {x: 440, y: 160}
|
||||
width: 883
|
||||
height: 317
|
||||
m_Scale: {x: 0.4127604, y: 0.4127604}
|
||||
m_Translation: {x: 441.5, y: 158.5}
|
||||
m_MarginLeft: 0
|
||||
m_MarginRight: 0
|
||||
m_MarginTop: 0
|
||||
m_MarginBottom: 0
|
||||
m_LastShownAreaInsideMargins:
|
||||
serializedVersion: 2
|
||||
x: -1056
|
||||
x: -1069.6278
|
||||
y: -384
|
||||
width: 2112
|
||||
width: 2139.2556
|
||||
height: 768
|
||||
m_MinimalGUI: 1
|
||||
m_defaultScale: 0.41666666
|
||||
m_defaultScale: 0.4127604
|
||||
m_TargetTexture: {fileID: 0}
|
||||
m_CurrentColorSpace: 0
|
||||
m_LastWindowPixelSize: {x: 880, y: 337}
|
||||
m_LastWindowPixelSize: {x: 883, y: 334}
|
||||
m_ClearInEditMode: 1
|
||||
m_NoCameraWarning: 1
|
||||
m_LowResolutionForAspectRatios: 01000000000100000100
|
||||
|
@ -124,12 +124,12 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1086
|
||||
width: 1089
|
||||
height: 635
|
||||
m_MinSize: {x: 404, y: 498}
|
||||
m_MaxSize: {x: 10002, y: 14048}
|
||||
vertical: 1
|
||||
controlID: 1054
|
||||
controlID: 75
|
||||
--- !u!114 &4
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -149,12 +149,12 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 1086
|
||||
height: 357
|
||||
width: 1089
|
||||
height: 354
|
||||
m_MinSize: {x: 404, y: 224}
|
||||
m_MaxSize: {x: 8004, y: 4024}
|
||||
vertical: 0
|
||||
controlID: 1055
|
||||
controlID: 76
|
||||
--- !u!114 &5
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -173,9 +173,9 @@ MonoBehaviour:
|
|||
x: 0
|
||||
y: 0
|
||||
width: 202
|
||||
height: 357
|
||||
m_MinSize: {x: 202, y: 224}
|
||||
m_MaxSize: {x: 4002, y: 4024}
|
||||
height: 354
|
||||
m_MinSize: {x: 200, y: 200}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 6}
|
||||
m_Panes:
|
||||
- {fileID: 6}
|
||||
|
@ -205,14 +205,14 @@ MonoBehaviour:
|
|||
x: 0
|
||||
y: 73
|
||||
width: 200
|
||||
height: 337
|
||||
height: 334
|
||||
m_PersistentViewDataDictionary: {fileID: 0}
|
||||
m_SceneHierarchy:
|
||||
m_TreeViewState:
|
||||
scrollPos: {x: 0, y: 1876}
|
||||
m_SelectedIDs: 78360600
|
||||
m_LastClickedID: 407160
|
||||
m_ExpandedIDs: ba9dffff42dfffff12f9ffffbcfbffff909e0000d6ba0000042806004e440600
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: d6fbffff7c680000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -253,8 +253,8 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 202
|
||||
y: 0
|
||||
width: 884
|
||||
height: 357
|
||||
width: 887
|
||||
height: 354
|
||||
m_MinSize: {x: 204, y: 224}
|
||||
m_MaxSize: {x: 4004, y: 4024}
|
||||
m_ActualView: {fileID: 2}
|
||||
|
@ -287,8 +287,8 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 202
|
||||
y: 73
|
||||
width: 880
|
||||
height: 337
|
||||
width: 883
|
||||
height: 334
|
||||
m_PersistentViewDataDictionary: {fileID: 0}
|
||||
m_WindowGUID: 7ab201495f983b84296371fb6596664d
|
||||
m_SceneLighting: 1
|
||||
|
@ -326,9 +326,9 @@ MonoBehaviour:
|
|||
speed: 2
|
||||
m_Value: 0
|
||||
m_Rotation:
|
||||
m_Target: {x: 0, y: -1, z: 0, w: 0}
|
||||
m_Target: {x: 0, y: 1, z: 0, w: 0}
|
||||
speed: 2
|
||||
m_Value: {x: -0, y: 1, z: -0, w: -0}
|
||||
m_Value: {x: 0, y: 1, z: 0, w: 0}
|
||||
m_Size:
|
||||
m_Target: 91.452286
|
||||
speed: 2
|
||||
|
@ -386,9 +386,9 @@ MonoBehaviour:
|
|||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 357
|
||||
width: 1086
|
||||
height: 278
|
||||
y: 354
|
||||
width: 1089
|
||||
height: 281
|
||||
m_MinSize: {x: 232, y: 274}
|
||||
m_MaxSize: {x: 10002, y: 10024}
|
||||
m_ActualView: {fileID: 11}
|
||||
|
@ -419,9 +419,9 @@ MonoBehaviour:
|
|||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 430
|
||||
width: 1084
|
||||
height: 258
|
||||
y: 427
|
||||
width: 1087
|
||||
height: 261
|
||||
m_PersistentViewDataDictionary: {fileID: 0}
|
||||
m_SearchFilter:
|
||||
m_NameFilter:
|
||||
|
@ -445,10 +445,10 @@ MonoBehaviour:
|
|||
m_LockTracker:
|
||||
m_IsLocked: 0
|
||||
m_FolderTreeState:
|
||||
scrollPos: {x: 0, y: 183}
|
||||
m_SelectedIDs: e2310000
|
||||
m_LastClickedID: 12770
|
||||
m_ExpandedIDs: 00000000a626000000ca9a3b
|
||||
scrollPos: {x: 0, y: 240}
|
||||
m_SelectedIDs: dc310000
|
||||
m_LastClickedID: 12764
|
||||
m_ExpandedIDs: 000000009c26000000ca9a3b
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -476,7 +476,7 @@ MonoBehaviour:
|
|||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 00000000a626000000ca9a3b
|
||||
m_ExpandedIDs: 000000009c260000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -501,8 +501,8 @@ MonoBehaviour:
|
|||
m_Icon: {fileID: 0}
|
||||
m_ResourceFile:
|
||||
m_ListAreaState:
|
||||
m_SelectedInstanceIDs: 78360600
|
||||
m_LastClickedInstanceID: 407160
|
||||
m_SelectedInstanceIDs:
|
||||
m_LastClickedInstanceID: 0
|
||||
m_HadKeyboardFocusLastEvent: 0
|
||||
m_ExpandedInstanceIDs: c623000054380000
|
||||
m_RenameOverlay:
|
||||
|
@ -572,12 +572,12 @@ MonoBehaviour:
|
|||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 1086
|
||||
x: 1089
|
||||
y: 0
|
||||
width: 280
|
||||
width: 277
|
||||
height: 635
|
||||
m_MinSize: {x: 277, y: 74}
|
||||
m_MaxSize: {x: 4002, y: 4024}
|
||||
m_MinSize: {x: 275, y: 50}
|
||||
m_MaxSize: {x: 4000, y: 4000}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_Panes:
|
||||
- {fileID: 14}
|
||||
|
@ -604,9 +604,9 @@ MonoBehaviour:
|
|||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 1086
|
||||
x: 1089
|
||||
y: 73
|
||||
width: 278
|
||||
width: 275
|
||||
height: 615
|
||||
m_PersistentViewDataDictionary: {fileID: 0}
|
||||
m_ObjectsLockedBeforeSerialization: []
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -59,8 +59,6 @@ abf1930d8126d0b2e00e9449129a0190 UnityEngine.UI.dll:UnityEngine.EventSystems.Tou
|
|||
64e54c0cbb0177c5ea26f340efb9ff85 UnityEngine.UI.dll:UnityEngine.UI.VerticalLayoutGroup
|
||||
b31ef1c110c5a7ed74ad67be3ae59038 Unity.TextMeshPro.dll:TMPro.TMP_InputField
|
||||
53b9a1adb314e254781a3d06aaa8985b Assembly-CSharp.dll:.AnimatedWater
|
||||
71bb6a6b6c8f052f948db64c7dd3ca4f UnityEngine.Advertisements.dll:UnityEngine.Advertisements.CallbackExecutor
|
||||
71bb6a6b6c8f052f948db64c7dd3ca4f UnityEngine.Advertisements.dll:UnityEngine.Advertisements.Editor.Placeholder
|
||||
cf9f5cf2c3145a37ac07f00e50e460f9 UnityEngine.UI.dll:UnityEngine.UI.AspectRatioFitter
|
||||
71bb6a6b6c8f052f948db64c7dd3ca4f UnityEngine.UI.dll:UnityEngine.EventSystems.BaseInput
|
||||
5fc094978ce3e3591a7500ed380d854a UnityEngine.UI.dll:UnityEngine.UI.Button
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -3,3 +3,8 @@ Cmd: initializeCompiler
|
|||
Cmd: initializeCompiler
|
||||
Cmd: initializeCompiler
|
||||
Cmd: initializeCompiler
|
||||
Cmd: initializeCompiler
|
||||
Cmd: initializeCompiler
|
||||
Cmd: initializeCompiler
|
||||
Cmd: initializeCompiler
|
||||
Cmd: initializeCompiler
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
Mac.zip
BIN
Mac.zip
Binary file not shown.
BIN
PC.zip
BIN
PC.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue