diff --git a/Gutterball 3/.vs/Gutterball 3/FileContentIndex/3821d0fb-56d0-4b11-9462-e1bf4ba8a214.vsidx b/Gutterball 3/.vs/Gutterball 3/FileContentIndex/3821d0fb-56d0-4b11-9462-e1bf4ba8a214.vsidx new file mode 100644 index 00000000..b22cf75b Binary files /dev/null and b/Gutterball 3/.vs/Gutterball 3/FileContentIndex/3821d0fb-56d0-4b11-9462-e1bf4ba8a214.vsidx differ diff --git a/Gutterball 3/.vs/Gutterball 3/FileContentIndex/7e5740c9-5d71-4202-a06a-c58efa5e34d4.vsidx b/Gutterball 3/.vs/Gutterball 3/FileContentIndex/7e5740c9-5d71-4202-a06a-c58efa5e34d4.vsidx deleted file mode 100644 index e2dce6e7..00000000 Binary files a/Gutterball 3/.vs/Gutterball 3/FileContentIndex/7e5740c9-5d71-4202-a06a-c58efa5e34d4.vsidx and /dev/null differ diff --git a/Gutterball 3/.vs/Gutterball 3/v17/.suo b/Gutterball 3/.vs/Gutterball 3/v17/.suo index 3ffe0748..a06b92de 100644 Binary files a/Gutterball 3/.vs/Gutterball 3/v17/.suo and b/Gutterball 3/.vs/Gutterball 3/v17/.suo differ diff --git a/Gutterball 3/.vs/Gutterball 3/v17/DocumentLayout.backup.json b/Gutterball 3/.vs/Gutterball 3/v17/DocumentLayout.backup.json index 85d7e8cb..15732bf0 100644 --- a/Gutterball 3/.vs/Gutterball 3/v17/DocumentLayout.backup.json +++ b/Gutterball 3/.vs/Gutterball 3/v17/DocumentLayout.backup.json @@ -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": [] } ] } \ No newline at end of file diff --git a/Gutterball 3/Assets/Scripts/Game.cs b/Gutterball 3/Assets/Scripts/Game.cs index af2cb665..f2a0fd2f 100644 --- a/Gutterball 3/Assets/Scripts/Game.cs +++ b/Gutterball 3/Assets/Scripts/Game.cs @@ -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++) { diff --git a/Gutterball 3/Assets/Scripts/ObjectAnimation.cs b/Gutterball 3/Assets/Scripts/ObjectAnimation.cs index ed71ff03..04785a89 100644 --- a/Gutterball 3/Assets/Scripts/ObjectAnimation.cs +++ b/Gutterball 3/Assets/Scripts/ObjectAnimation.cs @@ -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) { diff --git a/Gutterball 3/Library/CurrentLayout.dwlt b/Gutterball 3/Library/CurrentLayout.dwlt index 161ded8c..bc581463 100644 --- a/Gutterball 3/Library/CurrentLayout.dwlt +++ b/Gutterball 3/Library/CurrentLayout.dwlt @@ -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: diff --git a/Gutterball 3/Library/CurrentMaximizeLayout.dwlt b/Gutterball 3/Library/CurrentMaximizeLayout.dwlt index bce443e3..c8bed02a 100644 --- a/Gutterball 3/Library/CurrentMaximizeLayout.dwlt +++ b/Gutterball 3/Library/CurrentMaximizeLayout.dwlt @@ -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: [] diff --git a/Gutterball 3/Library/LastBuild.buildreport b/Gutterball 3/Library/LastBuild.buildreport index 698b3482..c390d9c4 100644 Binary files a/Gutterball 3/Library/LastBuild.buildreport and b/Gutterball 3/Library/LastBuild.buildreport differ diff --git a/Gutterball 3/Library/PlayerDataCache/OSXUniversal/Data/globalgamemanagers b/Gutterball 3/Library/PlayerDataCache/OSXUniversal/Data/globalgamemanagers index 9696f287..1d0f6a73 100644 Binary files a/Gutterball 3/Library/PlayerDataCache/OSXUniversal/Data/globalgamemanagers and b/Gutterball 3/Library/PlayerDataCache/OSXUniversal/Data/globalgamemanagers differ diff --git a/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers b/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers index 32d4886d..7af62ae5 100644 Binary files a/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers and b/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers differ diff --git a/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets b/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets index 5c3f6c9e..0f2f8aac 100644 Binary files a/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets and b/Gutterball 3/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets differ diff --git a/Gutterball 3/Library/PlayerDataCache/Win/ScriptLayoutHashes.txt b/Gutterball 3/Library/PlayerDataCache/Win/ScriptLayoutHashes.txt index d9e2f56e..f5e22034 100644 --- a/Gutterball 3/Library/PlayerDataCache/Win/ScriptLayoutHashes.txt +++ b/Gutterball 3/Library/PlayerDataCache/Win/ScriptLayoutHashes.txt @@ -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 diff --git a/Gutterball 3/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb b/Gutterball 3/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb index 44f5278b..58f7be0d 100644 Binary files a/Gutterball 3/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb and b/Gutterball 3/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb differ diff --git a/Gutterball 3/Library/assetDatabase3 b/Gutterball 3/Library/assetDatabase3 index a24ee57b..f4044f0b 100644 Binary files a/Gutterball 3/Library/assetDatabase3 and b/Gutterball 3/Library/assetDatabase3 differ diff --git a/Gutterball 3/Library/metadata/2e/2e5601939cf8d044a905ad1c605df332 b/Gutterball 3/Library/metadata/2e/2e5601939cf8d044a905ad1c605df332 index b6b021b8..13791a33 100644 Binary files a/Gutterball 3/Library/metadata/2e/2e5601939cf8d044a905ad1c605df332 and b/Gutterball 3/Library/metadata/2e/2e5601939cf8d044a905ad1c605df332 differ diff --git a/Gutterball 3/Library/metadata/c5/c566abd4b5ef9e144ad0a426caa8a843 b/Gutterball 3/Library/metadata/c5/c566abd4b5ef9e144ad0a426caa8a843 index 9e621197..9ba717f7 100644 Binary files a/Gutterball 3/Library/metadata/c5/c566abd4b5ef9e144ad0a426caa8a843 and b/Gutterball 3/Library/metadata/c5/c566abd4b5ef9e144ad0a426caa8a843 differ diff --git a/Gutterball 3/Library/shadercompiler-UnityShaderCompiler.exe0.log b/Gutterball 3/Library/shadercompiler-UnityShaderCompiler.exe0.log index e67d72ee..1aaf4ab0 100644 --- a/Gutterball 3/Library/shadercompiler-UnityShaderCompiler.exe0.log +++ b/Gutterball 3/Library/shadercompiler-UnityShaderCompiler.exe0.log @@ -3,3 +3,8 @@ Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler +Cmd: initializeCompiler diff --git a/Gutterball 3/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache b/Gutterball 3/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache index 32948945..b1da34ab 100644 Binary files a/Gutterball 3/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache and b/Gutterball 3/obj/Debug/Assembly-CSharp-Editor.csproj.AssemblyReference.cache differ diff --git a/Gutterball 3/obj/Debug/Assembly-CSharp.csproj.AssemblyReference.cache b/Gutterball 3/obj/Debug/Assembly-CSharp.csproj.AssemblyReference.cache index ec8cfce4..5c3ace32 100644 Binary files a/Gutterball 3/obj/Debug/Assembly-CSharp.csproj.AssemblyReference.cache and b/Gutterball 3/obj/Debug/Assembly-CSharp.csproj.AssemblyReference.cache differ diff --git a/Mac.zip b/Mac.zip index d67498d3..7da18908 100644 Binary files a/Mac.zip and b/Mac.zip differ diff --git a/PC.zip b/PC.zip index fef1afa3..76099b5d 100644 Binary files a/PC.zip and b/PC.zip differ