diff --git a/CMPUT 250 W24 Lab 3/Assets/DVDLogo.cs b/CMPUT 250 W24 Lab 3/Assets/DVDLogo.cs index ce0322575..e88dc241b 100644 --- a/CMPUT 250 W24 Lab 3/Assets/DVDLogo.cs +++ b/CMPUT 250 W24 Lab 3/Assets/DVDLogo.cs @@ -5,7 +5,7 @@ public class DVDLogo : MonoBehaviour { //Speed it moves at - public float speed = 3; + public float speed = 300; //Bounds of the screen (could get these with camera bounds but we can do this since it's a fixed camera) public float X_Max = 5, Y_Max = 4; diff --git a/CMPUT 250 W24 Lab 3/Assets/Scenes/SampleScene.unity b/CMPUT 250 W24 Lab 3/Assets/Scenes/SampleScene.unity index edc272572..2e889d69c 100644 --- a/CMPUT 250 W24 Lab 3/Assets/Scenes/SampleScene.unity +++ b/CMPUT 250 W24 Lab 3/Assets/Scenes/SampleScene.unity @@ -121,7 +121,7 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} ---- !u!1 &421997420 +--- !u!1 &114840317 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -129,37 +129,119 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 421997421} - - component: {fileID: 421997422} + - component: {fileID: 114840318} + - component: {fileID: 114840319} + - component: {fileID: 114840320} m_Layer: 0 - m_Name: Bouncing Ball + m_Name: jumbobunchan (1) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!4 &421997421 +--- !u!4 &114840318 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 421997420} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_GameObject: {fileID: 114840317} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 755472558} - m_Father: {fileID: 0} - m_RootOrder: 1 + m_Children: [] + m_Father: {fileID: 253669524} + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &421997422 +--- !u!212 &114840319 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 114840317} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 21300000, guid: 295bc9f62c7441344aa514911a7a8a84, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 3.19, y: 3.68} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!114 &114840320 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 421997420} + m_GameObject: {fileID: 114840317} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3df35848a1b344bd5a1923d962ae8b19, type: 3} + m_Name: + m_EditorClassIdentifier: + speed: 20 + X_Max: 5 + Y_Max: 4 +--- !u!1 &253669522 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 253669524} + - component: {fileID: 253669523} + m_Layer: 0 + m_Name: Bouncing Birb + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &253669523 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 253669522} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 3df35848a1b344bd5a1923d962ae8b19, type: 3} @@ -168,6 +250,21 @@ MonoBehaviour: speed: 3 X_Max: 5 Y_Max: 4 +--- !u!4 &253669524 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 253669522} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 114840318} + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &519420028 GameObject: m_ObjectHideFlags: 0 @@ -251,87 +348,6 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &755472557 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 755472558} - - component: {fileID: 755472559} - m_Layer: 0 - m_Name: Circle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &755472558 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 755472557} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.2, y: 0.2, z: 1} - m_Children: [] - m_Father: {fileID: 421997421} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!212 &755472559 -SpriteRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 755472557} - m_Enabled: 1 - m_CastShadows: 0 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 0 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_Sprite: {fileID: 21300000, guid: 6e7069a7db07f489a87c0797b3ff2165, type: 3} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_FlipX: 0 - m_FlipY: 0 - m_DrawMode: 0 - m_Size: {x: 5, y: 5} - m_AdaptiveModeThreshold: 0.5 - m_SpriteTileMode: 0 - m_WasSpriteAssigned: 1 - m_MaskInteraction: 0 - m_SpriteSortPoint: 0 --- !u!1 &957195930 GameObject: m_ObjectHideFlags: 0 @@ -396,7 +412,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1203895976 GameObject: @@ -490,7 +506,7 @@ RectTransform: m_Children: - {fileID: 2098954802} m_Father: {fileID: 0} - m_RootOrder: 2 + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -547,7 +563,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Color: {r: 0.9433962, g: 0.27144888, b: 0.27144888, a: 1} m_RaycastTarget: 1 m_Maskable: 1 m_OnCullStateChanged: @@ -556,17 +572,17 @@ MonoBehaviour: m_FontData: m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} m_FontSize: 50 - m_FontStyle: 0 + m_FontStyle: 3 m_BestFit: 0 m_MinSize: 5 m_MaxSize: 50 m_Alignment: 0 m_AlignByGeometry: 0 m_RichText: 1 - m_HorizontalOverflow: 0 + m_HorizontalOverflow: 1 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: This is a bouncing ball + m_Text: consider yourself birbed --- !u!222 &2098954804 CanvasRenderer: m_ObjectHideFlags: 0 diff --git a/CMPUT 250 W24 Lab 3/Assets/jumbobunchan(1).png b/CMPUT 250 W24 Lab 3/Assets/jumbobunchan(1).png new file mode 100644 index 000000000..94be07646 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Assets/jumbobunchan(1).png differ diff --git a/CMPUT 250 W24 Lab 3/Assets/jumbobunchan(1).png.meta b/CMPUT 250 W24 Lab 3/Assets/jumbobunchan(1).png.meta new file mode 100644 index 000000000..12f6730cd --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Assets/jumbobunchan(1).png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 295bc9f62c7441344aa514911a7a8a84 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/CMPUT 250 W24 Lab 3/Library/APIUpdater/project-dependencies.graph b/CMPUT 250 W24 Lab 3/Library/APIUpdater/project-dependencies.graph index 8620e66ef..3408058a7 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/APIUpdater/project-dependencies.graph and b/CMPUT 250 W24 Lab 3/Library/APIUpdater/project-dependencies.graph differ diff --git a/CMPUT 250 W24 Lab 3/Library/ArtifactDB b/CMPUT 250 W24 Lab 3/Library/ArtifactDB index 957140ffc..e2e9a44a0 100755 Binary files a/CMPUT 250 W24 Lab 3/Library/ArtifactDB and b/CMPUT 250 W24 Lab 3/Library/ArtifactDB differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/00/002fa45df07dd2a6b8b25f9ce3b91126 b/CMPUT 250 W24 Lab 3/Library/Artifacts/00/002fa45df07dd2a6b8b25f9ce3b91126 new file mode 100644 index 000000000..9d2a14db4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/00/002fa45df07dd2a6b8b25f9ce3b91126 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/00/00af253619ef272a59228ed053b69574 b/CMPUT 250 W24 Lab 3/Library/Artifacts/00/00af253619ef272a59228ed053b69574 new file mode 100644 index 000000000..86c7f84b3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/00/00af253619ef272a59228ed053b69574 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/02/02a28a126db668bff547a1cb5c4a6dcf b/CMPUT 250 W24 Lab 3/Library/Artifacts/02/02a28a126db668bff547a1cb5c4a6dcf new file mode 100644 index 000000000..92fbbb22a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/02/02a28a126db668bff547a1cb5c4a6dcf differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/02/02e8d8212a79b1794d93755943b98b99 b/CMPUT 250 W24 Lab 3/Library/Artifacts/02/02e8d8212a79b1794d93755943b98b99 new file mode 100644 index 000000000..b2bc2df9e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/02/02e8d8212a79b1794d93755943b98b99 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/03/03349e6e5410c38e2747eebec3a44208 b/CMPUT 250 W24 Lab 3/Library/Artifacts/03/03349e6e5410c38e2747eebec3a44208 new file mode 100644 index 000000000..9f19a1ac4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/03/03349e6e5410c38e2747eebec3a44208 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/04/04142d14ba4c3a9c06eb53326f3ed886 b/CMPUT 250 W24 Lab 3/Library/Artifacts/04/04142d14ba4c3a9c06eb53326f3ed886 new file mode 100644 index 000000000..4d68a8397 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/04/04142d14ba4c3a9c06eb53326f3ed886 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/04/042b1806ef782ea037306048a1d8ea09 b/CMPUT 250 W24 Lab 3/Library/Artifacts/04/042b1806ef782ea037306048a1d8ea09 new file mode 100644 index 000000000..ff481de07 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/04/042b1806ef782ea037306048a1d8ea09 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/05/05631cdff9231135f779bb900ce7325e b/CMPUT 250 W24 Lab 3/Library/Artifacts/05/05631cdff9231135f779bb900ce7325e new file mode 100644 index 000000000..176dba962 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/05/05631cdff9231135f779bb900ce7325e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/05/05b3aefc62ad85066bf443ea7a61a4e1 b/CMPUT 250 W24 Lab 3/Library/Artifacts/05/05b3aefc62ad85066bf443ea7a61a4e1 new file mode 100644 index 000000000..2c3d5c925 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/05/05b3aefc62ad85066bf443ea7a61a4e1 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/06/06389de7b1df4def94aed9c495818dac b/CMPUT 250 W24 Lab 3/Library/Artifacts/06/06389de7b1df4def94aed9c495818dac new file mode 100644 index 000000000..0af6c192c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/06/06389de7b1df4def94aed9c495818dac differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/06/0660e6e91364b930f3bdc672a82b8210 b/CMPUT 250 W24 Lab 3/Library/Artifacts/06/0660e6e91364b930f3bdc672a82b8210 new file mode 100644 index 000000000..89203563e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/06/0660e6e91364b930f3bdc672a82b8210 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/06/066ee1dd3a7781916c3423e31d72f422 b/CMPUT 250 W24 Lab 3/Library/Artifacts/06/066ee1dd3a7781916c3423e31d72f422 new file mode 100644 index 000000000..6b74701f3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/06/066ee1dd3a7781916c3423e31d72f422 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/07/07073df6ff155d0ed9e40fc084059ac7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/07/07073df6ff155d0ed9e40fc084059ac7 new file mode 100644 index 000000000..f4f102f9d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/07/07073df6ff155d0ed9e40fc084059ac7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/07/07d98da53cc06d2f9a8ce72de073faaf b/CMPUT 250 W24 Lab 3/Library/Artifacts/07/07d98da53cc06d2f9a8ce72de073faaf new file mode 100644 index 000000000..db10a3076 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/07/07d98da53cc06d2f9a8ce72de073faaf differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/08/084bb9d695b60d320c7ea31d24c32661 b/CMPUT 250 W24 Lab 3/Library/Artifacts/08/084bb9d695b60d320c7ea31d24c32661 new file mode 100644 index 000000000..524245b79 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/08/084bb9d695b60d320c7ea31d24c32661 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/08/089c8e1297d5d88fd9c7a3fc1f37ed1e b/CMPUT 250 W24 Lab 3/Library/Artifacts/08/089c8e1297d5d88fd9c7a3fc1f37ed1e new file mode 100644 index 000000000..fd1040086 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/08/089c8e1297d5d88fd9c7a3fc1f37ed1e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/09/09d190224ee4da977977498f9777db39 b/CMPUT 250 W24 Lab 3/Library/Artifacts/09/09d190224ee4da977977498f9777db39 new file mode 100644 index 000000000..ae3078818 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/09/09d190224ee4da977977498f9777db39 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/09/09ebf6e30dbaf008e8ab84eecbb659e2 b/CMPUT 250 W24 Lab 3/Library/Artifacts/09/09ebf6e30dbaf008e8ab84eecbb659e2 new file mode 100644 index 000000000..e58ba63c2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/09/09ebf6e30dbaf008e8ab84eecbb659e2 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0a/0a741ca2e6f9f471b1f46a3e7b1927fd b/CMPUT 250 W24 Lab 3/Library/Artifacts/0a/0a741ca2e6f9f471b1f46a3e7b1927fd new file mode 100644 index 000000000..a37450712 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0a/0a741ca2e6f9f471b1f46a3e7b1927fd differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0b/0b2910aa45aafe72eb45891afaa3587c b/CMPUT 250 W24 Lab 3/Library/Artifacts/0b/0b2910aa45aafe72eb45891afaa3587c new file mode 100644 index 000000000..80e402230 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0b/0b2910aa45aafe72eb45891afaa3587c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0b/0bf71b840d127fa236e7035f2e2c57e2 b/CMPUT 250 W24 Lab 3/Library/Artifacts/0b/0bf71b840d127fa236e7035f2e2c57e2 new file mode 100644 index 000000000..507e61298 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0b/0bf71b840d127fa236e7035f2e2c57e2 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0e/0e8dfc0f0b654675e7cc62b57e498759 b/CMPUT 250 W24 Lab 3/Library/Artifacts/0e/0e8dfc0f0b654675e7cc62b57e498759 new file mode 100644 index 000000000..f7620ec57 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0e/0e8dfc0f0b654675e7cc62b57e498759 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0f46f8b93f3162c1f1c6817386798837 b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0f46f8b93f3162c1f1c6817386798837 new file mode 100644 index 000000000..d0eaa6b79 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0f46f8b93f3162c1f1c6817386798837 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0f88b0270cb5f600069135338838c522 b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0f88b0270cb5f600069135338838c522 new file mode 100644 index 000000000..598f3556b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0f88b0270cb5f600069135338838c522 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fbadd706cb0a240ac231c9dda987347 b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fbadd706cb0a240ac231c9dda987347 new file mode 100644 index 000000000..adf555f9d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fbadd706cb0a240ac231c9dda987347 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fc3a20e387ffe8ac2b83e173bdf0793 b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fc3a20e387ffe8ac2b83e173bdf0793 new file mode 100644 index 000000000..b8c8a9d0e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fc3a20e387ffe8ac2b83e173bdf0793 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fd37fbfddd456363200d6e3e64ce4bb b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fd37fbfddd456363200d6e3e64ce4bb new file mode 100644 index 000000000..53af7a888 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/0f/0fd37fbfddd456363200d6e3e64ce4bb differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/11/11ceff39e04cf92d703c6db12c7dba7c b/CMPUT 250 W24 Lab 3/Library/Artifacts/11/11ceff39e04cf92d703c6db12c7dba7c new file mode 100644 index 000000000..9f0ebabc8 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/11/11ceff39e04cf92d703c6db12c7dba7c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/12/128fdab2bf01c764fd503e58e57e4126 b/CMPUT 250 W24 Lab 3/Library/Artifacts/12/128fdab2bf01c764fd503e58e57e4126 new file mode 100644 index 000000000..46bc55c66 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/12/128fdab2bf01c764fd503e58e57e4126 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/12/1299baff83621cff473e00bb8b24bea1 b/CMPUT 250 W24 Lab 3/Library/Artifacts/12/1299baff83621cff473e00bb8b24bea1 new file mode 100644 index 000000000..507741825 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/12/1299baff83621cff473e00bb8b24bea1 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/14/14a88c7da121166930baabae572d0ac1 b/CMPUT 250 W24 Lab 3/Library/Artifacts/14/14a88c7da121166930baabae572d0ac1 new file mode 100644 index 000000000..a24ab7f32 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/14/14a88c7da121166930baabae572d0ac1 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/16/165f19b420dc356ad552b286a662a6f9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/16/165f19b420dc356ad552b286a662a6f9 new file mode 100644 index 000000000..f409a3e6a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/16/165f19b420dc356ad552b286a662a6f9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/16/168a0e8a0a0c90c42f586f17cea29bed b/CMPUT 250 W24 Lab 3/Library/Artifacts/16/168a0e8a0a0c90c42f586f17cea29bed deleted file mode 100644 index 7614169e0..000000000 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/16/168a0e8a0a0c90c42f586f17cea29bed and /dev/null differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/18/18a5cb7492a46fd416f369fad3a5498f b/CMPUT 250 W24 Lab 3/Library/Artifacts/18/18a5cb7492a46fd416f369fad3a5498f new file mode 100644 index 000000000..260de422b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/18/18a5cb7492a46fd416f369fad3a5498f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/1b/1b50bdda2ce998f6e1db1c6b01217218 b/CMPUT 250 W24 Lab 3/Library/Artifacts/1b/1b50bdda2ce998f6e1db1c6b01217218 new file mode 100644 index 000000000..368490598 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/1b/1b50bdda2ce998f6e1db1c6b01217218 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/1c/1cff377f3a510c717dbbd4acf01284ed b/CMPUT 250 W24 Lab 3/Library/Artifacts/1c/1cff377f3a510c717dbbd4acf01284ed new file mode 100644 index 000000000..fee44f45c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/1c/1cff377f3a510c717dbbd4acf01284ed differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/1d/1d7c5aa96bee1e07d957bc192141e88a b/CMPUT 250 W24 Lab 3/Library/Artifacts/1d/1d7c5aa96bee1e07d957bc192141e88a new file mode 100644 index 000000000..e31946781 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/1d/1d7c5aa96bee1e07d957bc192141e88a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/1f/1f209c5170d07bbe8bc8f9e9135d9f1e b/CMPUT 250 W24 Lab 3/Library/Artifacts/1f/1f209c5170d07bbe8bc8f9e9135d9f1e new file mode 100644 index 000000000..3fa88e367 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/1f/1f209c5170d07bbe8bc8f9e9135d9f1e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/21/212d8d2ed712d2cc8a61735676a5efaf b/CMPUT 250 W24 Lab 3/Library/Artifacts/21/212d8d2ed712d2cc8a61735676a5efaf new file mode 100644 index 000000000..b8abf1a8c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/21/212d8d2ed712d2cc8a61735676a5efaf differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22512f375a4bdb3726c6a59e20b6a0c9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22512f375a4bdb3726c6a59e20b6a0c9 new file mode 100644 index 000000000..f6f5f1550 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22512f375a4bdb3726c6a59e20b6a0c9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22887aee937c11871cc6e345707e4f34 b/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22887aee937c11871cc6e345707e4f34 new file mode 100644 index 000000000..264b361f0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22887aee937c11871cc6e345707e4f34 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22d7642bff671f715830d4faf60f4d5c b/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22d7642bff671f715830d4faf60f4d5c new file mode 100644 index 000000000..8ddcebef0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/22/22d7642bff671f715830d4faf60f4d5c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/23/2371b18ed44820f14b4506d07125354c b/CMPUT 250 W24 Lab 3/Library/Artifacts/23/2371b18ed44820f14b4506d07125354c new file mode 100644 index 000000000..fc8106150 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/23/2371b18ed44820f14b4506d07125354c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/23/2372d354a6d9f8eb079f8f596a804192 b/CMPUT 250 W24 Lab 3/Library/Artifacts/23/2372d354a6d9f8eb079f8f596a804192 new file mode 100644 index 000000000..ced40c4ec Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/23/2372d354a6d9f8eb079f8f596a804192 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/23/23f0bab7aeb11365ee0e61b298575034 b/CMPUT 250 W24 Lab 3/Library/Artifacts/23/23f0bab7aeb11365ee0e61b298575034 new file mode 100644 index 000000000..034af53c0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/23/23f0bab7aeb11365ee0e61b298575034 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/24/2489b78a1d8d26d467937a1b0d46319a b/CMPUT 250 W24 Lab 3/Library/Artifacts/24/2489b78a1d8d26d467937a1b0d46319a new file mode 100644 index 000000000..5a1e1124e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/24/2489b78a1d8d26d467937a1b0d46319a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/26/2611c8b4c55117d850a5c276aa4cb973 b/CMPUT 250 W24 Lab 3/Library/Artifacts/26/2611c8b4c55117d850a5c276aa4cb973 new file mode 100644 index 000000000..a67ce5fe0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/26/2611c8b4c55117d850a5c276aa4cb973 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/26/263e7f6473dc30eec21b3c47ad15a2d3 b/CMPUT 250 W24 Lab 3/Library/Artifacts/26/263e7f6473dc30eec21b3c47ad15a2d3 new file mode 100644 index 000000000..73d244c49 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/26/263e7f6473dc30eec21b3c47ad15a2d3 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/26/265efb64cb04d54d85d6ba5822e142d0 b/CMPUT 250 W24 Lab 3/Library/Artifacts/26/265efb64cb04d54d85d6ba5822e142d0 new file mode 100644 index 000000000..b7c8462f2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/26/265efb64cb04d54d85d6ba5822e142d0 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/27/277f087c4dc29a3049871dec57296117 b/CMPUT 250 W24 Lab 3/Library/Artifacts/27/277f087c4dc29a3049871dec57296117 new file mode 100644 index 000000000..494fd42b5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/27/277f087c4dc29a3049871dec57296117 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/28/2810ffae1364acecc336afe932eab401 b/CMPUT 250 W24 Lab 3/Library/Artifacts/28/2810ffae1364acecc336afe932eab401 new file mode 100644 index 000000000..dc1c6e6e2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/28/2810ffae1364acecc336afe932eab401 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/28/2832fe2c9a965e9c0ff87387abd65bd4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/28/2832fe2c9a965e9c0ff87387abd65bd4 new file mode 100644 index 000000000..84f4d47fd Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/28/2832fe2c9a965e9c0ff87387abd65bd4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2a080e99ac87988ec24099eef1a5de23 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2a080e99ac87988ec24099eef1a5de23 new file mode 100644 index 000000000..07a7bc24d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2a080e99ac87988ec24099eef1a5de23 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2a367459fe4bff2ff4f9349b1a851747 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2a367459fe4bff2ff4f9349b1a851747 new file mode 100644 index 000000000..1f9415c4c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2a367459fe4bff2ff4f9349b1a851747 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2af347c3f50f7e17a8ec7cee5f6f9b98 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2af347c3f50f7e17a8ec7cee5f6f9b98 new file mode 100644 index 000000000..3bf771d94 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2a/2af347c3f50f7e17a8ec7cee5f6f9b98 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2c/2c86499d789b6836cad30fc60d05e446 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2c/2c86499d789b6836cad30fc60d05e446 new file mode 100644 index 000000000..2cdb52e42 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2c/2c86499d789b6836cad30fc60d05e446 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d6e0f943e70e6180b70313a30458d1e b/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d6e0f943e70e6180b70313a30458d1e new file mode 100644 index 000000000..cd13effec Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d6e0f943e70e6180b70313a30458d1e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d92c14fbd20945c443fa5d619c3b7be b/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d92c14fbd20945c443fa5d619c3b7be new file mode 100644 index 000000000..d07e7fd34 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d92c14fbd20945c443fa5d619c3b7be differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d97e8946d993b54471c65a1d606d543 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d97e8946d993b54471c65a1d606d543 new file mode 100644 index 000000000..49966eaad Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2d/2d97e8946d993b54471c65a1d606d543 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2e29a12ec941fb018cb55d29d3fb2bb5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2e29a12ec941fb018cb55d29d3fb2bb5 new file mode 100644 index 000000000..789afaf5b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2e29a12ec941fb018cb55d29d3fb2bb5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2e63e08bd97cbd628c83f9b96030bc24 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2e63e08bd97cbd628c83f9b96030bc24 new file mode 100644 index 000000000..058b33e25 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2e63e08bd97cbd628c83f9b96030bc24 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2eb380182b2e38425b76456f2be7c22e b/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2eb380182b2e38425b76456f2be7c22e new file mode 100644 index 000000000..cd3ccb021 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2e/2eb380182b2e38425b76456f2be7c22e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/2f/2f1e8565cd4529cb498f68ce730a8661 b/CMPUT 250 W24 Lab 3/Library/Artifacts/2f/2f1e8565cd4529cb498f68ce730a8661 new file mode 100644 index 000000000..0563b49b6 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/2f/2f1e8565cd4529cb498f68ce730a8661 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/30/30793d028c42ab4b1721732241271b68 b/CMPUT 250 W24 Lab 3/Library/Artifacts/30/30793d028c42ab4b1721732241271b68 new file mode 100644 index 000000000..57e37a1f2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/30/30793d028c42ab4b1721732241271b68 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/31/319025a45514fb9b3098d77c75d60874 b/CMPUT 250 W24 Lab 3/Library/Artifacts/31/319025a45514fb9b3098d77c75d60874 new file mode 100644 index 000000000..9f57cdb23 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/31/319025a45514fb9b3098d77c75d60874 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/35/35d5d5529d64f94c1044804dd943ef44 b/CMPUT 250 W24 Lab 3/Library/Artifacts/35/35d5d5529d64f94c1044804dd943ef44 new file mode 100644 index 000000000..0c50541b5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/35/35d5d5529d64f94c1044804dd943ef44 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/36/3648707fc804bfebccaf757ee4159670 b/CMPUT 250 W24 Lab 3/Library/Artifacts/36/3648707fc804bfebccaf757ee4159670 new file mode 100644 index 000000000..4ec44605d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/36/3648707fc804bfebccaf757ee4159670 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/36/36ae44ec8c651e5d0c7dd3c655a123af b/CMPUT 250 W24 Lab 3/Library/Artifacts/36/36ae44ec8c651e5d0c7dd3c655a123af new file mode 100644 index 000000000..882d98b45 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/36/36ae44ec8c651e5d0c7dd3c655a123af differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/37/3727b50df0be4d96c9daee577aa08ef8 b/CMPUT 250 W24 Lab 3/Library/Artifacts/37/3727b50df0be4d96c9daee577aa08ef8 new file mode 100644 index 000000000..c99d85014 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/37/3727b50df0be4d96c9daee577aa08ef8 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/37/37ad6bec09c4f3919d75f3ce2e69fcaf b/CMPUT 250 W24 Lab 3/Library/Artifacts/37/37ad6bec09c4f3919d75f3ce2e69fcaf new file mode 100644 index 000000000..dc65ae160 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/37/37ad6bec09c4f3919d75f3ce2e69fcaf differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/37/37d8342d254108539befb538a6454379 b/CMPUT 250 W24 Lab 3/Library/Artifacts/37/37d8342d254108539befb538a6454379 new file mode 100644 index 000000000..b40dbef46 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/37/37d8342d254108539befb538a6454379 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/39/39055ff07a4d28c8e3796de82f4135b4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/39/39055ff07a4d28c8e3796de82f4135b4 new file mode 100644 index 000000000..377b8418b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/39/39055ff07a4d28c8e3796de82f4135b4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/39/3943626df175bde642f7880e316ed8e7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/39/3943626df175bde642f7880e316ed8e7 new file mode 100644 index 000000000..4f3e2af89 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/39/3943626df175bde642f7880e316ed8e7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3b/3b56cc5ea5d3f568343affaa0006624c b/CMPUT 250 W24 Lab 3/Library/Artifacts/3b/3b56cc5ea5d3f568343affaa0006624c new file mode 100644 index 000000000..729bb59ca Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3b/3b56cc5ea5d3f568343affaa0006624c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3c/3c24b00ed478a5781b8857bf9c121acc b/CMPUT 250 W24 Lab 3/Library/Artifacts/3c/3c24b00ed478a5781b8857bf9c121acc new file mode 100644 index 000000000..fd9a3244e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3c/3c24b00ed478a5781b8857bf9c121acc differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3d/3de8c3e945d4fd4055582bf218d559c1 b/CMPUT 250 W24 Lab 3/Library/Artifacts/3d/3de8c3e945d4fd4055582bf218d559c1 new file mode 100644 index 000000000..d51e8028d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3d/3de8c3e945d4fd4055582bf218d559c1 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3e/3e9396cd150ca2e9c091b36932267471 b/CMPUT 250 W24 Lab 3/Library/Artifacts/3e/3e9396cd150ca2e9c091b36932267471 new file mode 100644 index 000000000..68a80edbb Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3e/3e9396cd150ca2e9c091b36932267471 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f299a133406d60e25c687a873e8a167 b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f299a133406d60e25c687a873e8a167 new file mode 100644 index 000000000..ef9282716 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f299a133406d60e25c687a873e8a167 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f6bd747dff6bdb10dd342d1f332530b b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f6bd747dff6bdb10dd342d1f332530b new file mode 100644 index 000000000..77d93bc8e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f6bd747dff6bdb10dd342d1f332530b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f9cc9b2e678502c540e63fdb025b439 b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f9cc9b2e678502c540e63fdb025b439 new file mode 100644 index 000000000..31d64aab8 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3f9cc9b2e678502c540e63fdb025b439 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3fdef5642b6f25bc9113d5011214d8d9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3fdef5642b6f25bc9113d5011214d8d9 new file mode 100644 index 000000000..b314cf5ad Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/3f/3fdef5642b6f25bc9113d5011214d8d9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/40/40dad94def33843a4382433f7283c9e5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/40/40dad94def33843a4382433f7283c9e5 new file mode 100644 index 000000000..0d3958da4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/40/40dad94def33843a4382433f7283c9e5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/44/4457cd01a482a9c82ec0f0234d5a020e b/CMPUT 250 W24 Lab 3/Library/Artifacts/44/4457cd01a482a9c82ec0f0234d5a020e new file mode 100644 index 000000000..cbcfdb90d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/44/4457cd01a482a9c82ec0f0234d5a020e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/45/45b7c37fb7ba9c8ea5af2e2e4e47d465 b/CMPUT 250 W24 Lab 3/Library/Artifacts/45/45b7c37fb7ba9c8ea5af2e2e4e47d465 new file mode 100644 index 000000000..20a4c1873 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/45/45b7c37fb7ba9c8ea5af2e2e4e47d465 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/45/45ce26f0d2136bbd51a2ff22bcdaa5cb b/CMPUT 250 W24 Lab 3/Library/Artifacts/45/45ce26f0d2136bbd51a2ff22bcdaa5cb new file mode 100644 index 000000000..60783c05a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/45/45ce26f0d2136bbd51a2ff22bcdaa5cb differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/46/462e5478fb32d3e49d398032586a8dcc b/CMPUT 250 W24 Lab 3/Library/Artifacts/46/462e5478fb32d3e49d398032586a8dcc new file mode 100644 index 000000000..8b48ed130 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/46/462e5478fb32d3e49d398032586a8dcc differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/47/47ee03308b3d03fa60716a5d0f0cb8fc b/CMPUT 250 W24 Lab 3/Library/Artifacts/47/47ee03308b3d03fa60716a5d0f0cb8fc new file mode 100644 index 000000000..a3d1286dc Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/47/47ee03308b3d03fa60716a5d0f0cb8fc differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/49/492fbff484c60fa7ebdc922fe980a1b5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/49/492fbff484c60fa7ebdc922fe980a1b5 new file mode 100644 index 000000000..1701e275c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/49/492fbff484c60fa7ebdc922fe980a1b5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/49/4990e42f27a19e52e26ffe336b48b471 b/CMPUT 250 W24 Lab 3/Library/Artifacts/49/4990e42f27a19e52e26ffe336b48b471 new file mode 100644 index 000000000..b1242281f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/49/4990e42f27a19e52e26ffe336b48b471 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4a/4a893fcbbc64f37793454baa448697c4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4a/4a893fcbbc64f37793454baa448697c4 new file mode 100644 index 000000000..f5f63b4a1 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4a/4a893fcbbc64f37793454baa448697c4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4a/4aa4d36fb53a8d5cef2a05c9ff7c1f18 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4a/4aa4d36fb53a8d5cef2a05c9ff7c1f18 new file mode 100644 index 000000000..fe515d428 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4a/4aa4d36fb53a8d5cef2a05c9ff7c1f18 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4b21027271b1972290856c8338ea877b b/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4b21027271b1972290856c8338ea877b new file mode 100644 index 000000000..e89fdc9be Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4b21027271b1972290856c8338ea877b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4ba551a2a47d68256ffa901d0c4707f4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4ba551a2a47d68256ffa901d0c4707f4 new file mode 100644 index 000000000..537437d8a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4ba551a2a47d68256ffa901d0c4707f4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4bbb7566fda964fab074f1609a6958d9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4bbb7566fda964fab074f1609a6958d9 new file mode 100644 index 000000000..557c88b4a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4b/4bbb7566fda964fab074f1609a6958d9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c222e0f487d764de26ab8f88361ea90 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c222e0f487d764de26ab8f88361ea90 new file mode 100644 index 000000000..7563a650a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c222e0f487d764de26ab8f88361ea90 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c6c0ee44f04161f5bd00d04833192b9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c6c0ee44f04161f5bd00d04833192b9 new file mode 100644 index 000000000..9f46f988d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c6c0ee44f04161f5bd00d04833192b9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c6edfa352db6cc8437090bef87b2c26 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c6edfa352db6cc8437090bef87b2c26 new file mode 100644 index 000000000..b76562992 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4c6edfa352db6cc8437090bef87b2c26 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4ca807bbdfa1a15844edc913e7cf08fe b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4ca807bbdfa1a15844edc913e7cf08fe new file mode 100644 index 000000000..ba1c08fb3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4c/4ca807bbdfa1a15844edc913e7cf08fe differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4d/4d59af1e4aefda29681f77f002c4700e b/CMPUT 250 W24 Lab 3/Library/Artifacts/4d/4d59af1e4aefda29681f77f002c4700e new file mode 100644 index 000000000..d658db4d5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4d/4d59af1e4aefda29681f77f002c4700e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4d/4ded8944a1a317ffd74679f6766899c8 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4d/4ded8944a1a317ffd74679f6766899c8 new file mode 100644 index 000000000..56c9ef975 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4d/4ded8944a1a317ffd74679f6766899c8 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4e/4eb85f607b5e6d77f26fcdfe2aec285d b/CMPUT 250 W24 Lab 3/Library/Artifacts/4e/4eb85f607b5e6d77f26fcdfe2aec285d deleted file mode 100644 index 2a7449ccf..000000000 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/4e/4eb85f607b5e6d77f26fcdfe2aec285d and /dev/null differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/4f/4f4e03d6887c1c487627843227808aa9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/4f/4f4e03d6887c1c487627843227808aa9 new file mode 100644 index 000000000..b85f64602 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/4f/4f4e03d6887c1c487627843227808aa9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/50/50d7a83f6859a00caf21a94932b925a8 b/CMPUT 250 W24 Lab 3/Library/Artifacts/50/50d7a83f6859a00caf21a94932b925a8 new file mode 100644 index 000000000..5d8285746 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/50/50d7a83f6859a00caf21a94932b925a8 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/51/512b9675278e7d85dfeca8820c21af65 b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/512b9675278e7d85dfeca8820c21af65 new file mode 100644 index 000000000..675bd22a1 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/512b9675278e7d85dfeca8820c21af65 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/51/515247c4b83cfb5c553ba01665116465 b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/515247c4b83cfb5c553ba01665116465 new file mode 100644 index 000000000..5c404a9e2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/515247c4b83cfb5c553ba01665116465 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/51/517481fbbb875bdb2614866634b4a337 b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/517481fbbb875bdb2614866634b4a337 new file mode 100644 index 000000000..f0e7fc9ac Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/517481fbbb875bdb2614866634b4a337 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/51/51f526156872f4b9fbf31fff4ba4272e b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/51f526156872f4b9fbf31fff4ba4272e new file mode 100644 index 000000000..e5b355462 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/51/51f526156872f4b9fbf31fff4ba4272e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/52/527069c69dd4df845fa7471464902720 b/CMPUT 250 W24 Lab 3/Library/Artifacts/52/527069c69dd4df845fa7471464902720 new file mode 100644 index 000000000..5631a9dc2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/52/527069c69dd4df845fa7471464902720 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/53/53600b8a93335e42c804e818207df7e9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/53/53600b8a93335e42c804e818207df7e9 new file mode 100644 index 000000000..ad95d7d77 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/53/53600b8a93335e42c804e818207df7e9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/55/555f183f25d8dbbd43edf8b1a1389005 b/CMPUT 250 W24 Lab 3/Library/Artifacts/55/555f183f25d8dbbd43edf8b1a1389005 new file mode 100644 index 000000000..ef1ca37fe Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/55/555f183f25d8dbbd43edf8b1a1389005 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/56/560e17427cacfb769b9cbe91224e1c7d b/CMPUT 250 W24 Lab 3/Library/Artifacts/56/560e17427cacfb769b9cbe91224e1c7d new file mode 100644 index 000000000..818b518b4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/56/560e17427cacfb769b9cbe91224e1c7d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/56/5694cfce7d8b6abd8c687dd00d77e025 b/CMPUT 250 W24 Lab 3/Library/Artifacts/56/5694cfce7d8b6abd8c687dd00d77e025 new file mode 100644 index 000000000..286b56c63 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/56/5694cfce7d8b6abd8c687dd00d77e025 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57289dab73317c5013378feda34f1928 b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57289dab73317c5013378feda34f1928 new file mode 100644 index 000000000..cfc91e8e4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57289dab73317c5013378feda34f1928 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/57/578a2a8142a9d30d5faa61863ae0e536 b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/578a2a8142a9d30d5faa61863ae0e536 new file mode 100644 index 000000000..e5a758689 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/578a2a8142a9d30d5faa61863ae0e536 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57ab2a1b2307de2dcdce5d37109cf532 b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57ab2a1b2307de2dcdce5d37109cf532 new file mode 100644 index 000000000..fa38e9df3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57ab2a1b2307de2dcdce5d37109cf532 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57b6c34263fc02b38d99c4bdc14e90a7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57b6c34263fc02b38d99c4bdc14e90a7 new file mode 100644 index 000000000..370cfe495 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57b6c34263fc02b38d99c4bdc14e90a7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57bf351db09d24ae52cc7e93e0bb191b b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57bf351db09d24ae52cc7e93e0bb191b new file mode 100644 index 000000000..970f6a3b2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/57/57bf351db09d24ae52cc7e93e0bb191b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/58/584b98dddc67ab60ef3b2f7a305c636f b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/584b98dddc67ab60ef3b2f7a305c636f new file mode 100644 index 000000000..b15d92d69 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/584b98dddc67ab60ef3b2f7a305c636f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58545f6b711957ace8d0e9b1eb1bc41c b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58545f6b711957ace8d0e9b1eb1bc41c new file mode 100644 index 000000000..0ce8f2926 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58545f6b711957ace8d0e9b1eb1bc41c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58932fe1e0dc59890e80e9fa7a3aeb1f b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58932fe1e0dc59890e80e9fa7a3aeb1f new file mode 100644 index 000000000..2ef72ebc2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58932fe1e0dc59890e80e9fa7a3aeb1f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58d91f7c502b974d34a78fb6af0bc4a4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58d91f7c502b974d34a78fb6af0bc4a4 new file mode 100644 index 000000000..87df60970 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/58/58d91f7c502b974d34a78fb6af0bc4a4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/59/59c16e98f0ecc93679986fa2452da88e b/CMPUT 250 W24 Lab 3/Library/Artifacts/59/59c16e98f0ecc93679986fa2452da88e new file mode 100644 index 000000000..9c7b8f69c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/59/59c16e98f0ecc93679986fa2452da88e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/5a/5aa96c3b9fc39db13ca0151c214b80c5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/5a/5aa96c3b9fc39db13ca0151c214b80c5 new file mode 100644 index 000000000..8651909f3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/5a/5aa96c3b9fc39db13ca0151c214b80c5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/5c/5c75e4f33345782e66b7c333df47f9cf b/CMPUT 250 W24 Lab 3/Library/Artifacts/5c/5c75e4f33345782e66b7c333df47f9cf new file mode 100644 index 000000000..0646f15b2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/5c/5c75e4f33345782e66b7c333df47f9cf differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/5d/5d6fd5cd0e32c772bad719cd262ed937 b/CMPUT 250 W24 Lab 3/Library/Artifacts/5d/5d6fd5cd0e32c772bad719cd262ed937 deleted file mode 100644 index fc92fdce1..000000000 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/5d/5d6fd5cd0e32c772bad719cd262ed937 and /dev/null differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/5e/5ea369540c1e1c415899d56e9a76033d b/CMPUT 250 W24 Lab 3/Library/Artifacts/5e/5ea369540c1e1c415899d56e9a76033d new file mode 100644 index 000000000..10464b761 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/5e/5ea369540c1e1c415899d56e9a76033d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/5f/5f593e46d95874755dc6ba0d8442721d b/CMPUT 250 W24 Lab 3/Library/Artifacts/5f/5f593e46d95874755dc6ba0d8442721d new file mode 100644 index 000000000..312703ee2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/5f/5f593e46d95874755dc6ba0d8442721d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/60/60787a2df7970f53654f3ccdb75f6824 b/CMPUT 250 W24 Lab 3/Library/Artifacts/60/60787a2df7970f53654f3ccdb75f6824 new file mode 100644 index 000000000..f06e3ed74 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/60/60787a2df7970f53654f3ccdb75f6824 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62b3a4c03b447b1ba86fa0b9c2057385 b/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62b3a4c03b447b1ba86fa0b9c2057385 new file mode 100644 index 000000000..2463ce72f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62b3a4c03b447b1ba86fa0b9c2057385 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62bc91482f3436f228c73675eb804b41 b/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62bc91482f3436f228c73675eb804b41 new file mode 100644 index 000000000..5a2ab17cc Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62bc91482f3436f228c73675eb804b41 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62e487cf7b142d22c27b68542028d79d b/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62e487cf7b142d22c27b68542028d79d new file mode 100644 index 000000000..c4e877191 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/62/62e487cf7b142d22c27b68542028d79d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/63/63e8df559eb2c64b6959fe0019258dd1 b/CMPUT 250 W24 Lab 3/Library/Artifacts/63/63e8df559eb2c64b6959fe0019258dd1 new file mode 100644 index 000000000..36959ad15 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/63/63e8df559eb2c64b6959fe0019258dd1 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/64/648477200d1df033aaa57fc2e9b52be5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/64/648477200d1df033aaa57fc2e9b52be5 deleted file mode 100644 index d4653b689..000000000 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/64/648477200d1df033aaa57fc2e9b52be5 and /dev/null differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/65/658d288ad5b5e99806ec5107153fe3b4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/65/658d288ad5b5e99806ec5107153fe3b4 new file mode 100644 index 000000000..94bed3455 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/65/658d288ad5b5e99806ec5107153fe3b4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/65/659d720730c428b7b65b1616851074dc b/CMPUT 250 W24 Lab 3/Library/Artifacts/65/659d720730c428b7b65b1616851074dc new file mode 100644 index 000000000..4e3885777 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/65/659d720730c428b7b65b1616851074dc differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/66/6648e483b0719f145c1336e56029852e b/CMPUT 250 W24 Lab 3/Library/Artifacts/66/6648e483b0719f145c1336e56029852e new file mode 100644 index 000000000..986a252c7 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/66/6648e483b0719f145c1336e56029852e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/66/6654848f51e5110ae7b5e924434a1741 b/CMPUT 250 W24 Lab 3/Library/Artifacts/66/6654848f51e5110ae7b5e924434a1741 new file mode 100644 index 000000000..198af87b0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/66/6654848f51e5110ae7b5e924434a1741 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/66/66eae3044343eb392c4379a1cc363673 b/CMPUT 250 W24 Lab 3/Library/Artifacts/66/66eae3044343eb392c4379a1cc363673 deleted file mode 100644 index 00d69a7fc..000000000 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/66/66eae3044343eb392c4379a1cc363673 and /dev/null differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/68/68cde02391382c269e02aa289feedbbd b/CMPUT 250 W24 Lab 3/Library/Artifacts/68/68cde02391382c269e02aa289feedbbd new file mode 100644 index 000000000..5a6ac1ada Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/68/68cde02391382c269e02aa289feedbbd differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/69/6924fe4b7a43aad2b2a8e712b7a5cc37 b/CMPUT 250 W24 Lab 3/Library/Artifacts/69/6924fe4b7a43aad2b2a8e712b7a5cc37 new file mode 100644 index 000000000..80623abe8 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/69/6924fe4b7a43aad2b2a8e712b7a5cc37 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/69/698e8125d7834318aaf9cc6ff47cd263 b/CMPUT 250 W24 Lab 3/Library/Artifacts/69/698e8125d7834318aaf9cc6ff47cd263 new file mode 100644 index 000000000..5061fd9a4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/69/698e8125d7834318aaf9cc6ff47cd263 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/6a/6ac06ba658bd01689e8514b174ad3dfc b/CMPUT 250 W24 Lab 3/Library/Artifacts/6a/6ac06ba658bd01689e8514b174ad3dfc new file mode 100644 index 000000000..86cc48a18 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/6a/6ac06ba658bd01689e8514b174ad3dfc differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f1115958aeb6672e1fcc2c2276311c9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f1115958aeb6672e1fcc2c2276311c9 new file mode 100644 index 000000000..286eae39e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f1115958aeb6672e1fcc2c2276311c9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f524a19840fb3e70cdb4cc4db01ad3f b/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f524a19840fb3e70cdb4cc4db01ad3f new file mode 100644 index 000000000..7f9104043 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f524a19840fb3e70cdb4cc4db01ad3f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f67e7837f328c95f02cc9d08231c8e6 b/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f67e7837f328c95f02cc9d08231c8e6 new file mode 100644 index 000000000..5822bc4d1 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/6f/6f67e7837f328c95f02cc9d08231c8e6 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/70/70ca0411068e383d4b940c48351cfd5f b/CMPUT 250 W24 Lab 3/Library/Artifacts/70/70ca0411068e383d4b940c48351cfd5f new file mode 100644 index 000000000..525057144 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/70/70ca0411068e383d4b940c48351cfd5f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/71/71e6b51f3d4619c7a0f10359f88ed829 b/CMPUT 250 W24 Lab 3/Library/Artifacts/71/71e6b51f3d4619c7a0f10359f88ed829 new file mode 100644 index 000000000..ef7be7994 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/71/71e6b51f3d4619c7a0f10359f88ed829 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/72/72622e8812bf7f98a455dea0f76e03f9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/72/72622e8812bf7f98a455dea0f76e03f9 new file mode 100644 index 000000000..2154428aa Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/72/72622e8812bf7f98a455dea0f76e03f9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/72/727559e247636b2c898d0f0f727c8dd5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/72/727559e247636b2c898d0f0f727c8dd5 new file mode 100644 index 000000000..84cbf609e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/72/727559e247636b2c898d0f0f727c8dd5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/73/730ae7ae7748abab6b862e87ed98bc54 b/CMPUT 250 W24 Lab 3/Library/Artifacts/73/730ae7ae7748abab6b862e87ed98bc54 new file mode 100644 index 000000000..4f6c10eb9 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/73/730ae7ae7748abab6b862e87ed98bc54 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/75/7592a56d8780d646d1608784843776f8 b/CMPUT 250 W24 Lab 3/Library/Artifacts/75/7592a56d8780d646d1608784843776f8 new file mode 100644 index 000000000..98711bb2f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/75/7592a56d8780d646d1608784843776f8 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/75/75af6477c26632c3238323909e721461 b/CMPUT 250 W24 Lab 3/Library/Artifacts/75/75af6477c26632c3238323909e721461 new file mode 100644 index 000000000..7dcab0f0b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/75/75af6477c26632c3238323909e721461 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/75/75de8a8d684b0256a7c41723899891a7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/75/75de8a8d684b0256a7c41723899891a7 new file mode 100644 index 000000000..a29b3fbb5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/75/75de8a8d684b0256a7c41723899891a7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/76/765d5daec598c639a0b755b27744a177 b/CMPUT 250 W24 Lab 3/Library/Artifacts/76/765d5daec598c639a0b755b27744a177 new file mode 100644 index 000000000..2c716e597 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/76/765d5daec598c639a0b755b27744a177 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/76/768db4e827546518b277b8b05964eb2e b/CMPUT 250 W24 Lab 3/Library/Artifacts/76/768db4e827546518b277b8b05964eb2e new file mode 100644 index 000000000..b2eefa6dd Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/76/768db4e827546518b277b8b05964eb2e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/78/7891f3f243946db7f9a2e91c1fcc451d b/CMPUT 250 W24 Lab 3/Library/Artifacts/78/7891f3f243946db7f9a2e91c1fcc451d new file mode 100644 index 000000000..b1436be98 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/78/7891f3f243946db7f9a2e91c1fcc451d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/78/789a3a04a90e2219fabbec7a46815b90 b/CMPUT 250 W24 Lab 3/Library/Artifacts/78/789a3a04a90e2219fabbec7a46815b90 new file mode 100644 index 000000000..cd9659ba3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/78/789a3a04a90e2219fabbec7a46815b90 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/79/7936ed7a88344b666dc5b5086390b6d8 b/CMPUT 250 W24 Lab 3/Library/Artifacts/79/7936ed7a88344b666dc5b5086390b6d8 new file mode 100644 index 000000000..f5849d041 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/79/7936ed7a88344b666dc5b5086390b6d8 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/79/796e3441ebbc064425ad1b7b1def8a32 b/CMPUT 250 W24 Lab 3/Library/Artifacts/79/796e3441ebbc064425ad1b7b1def8a32 new file mode 100644 index 000000000..cec4dd370 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/79/796e3441ebbc064425ad1b7b1def8a32 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/79/79c0f7da6de323233beb22d7212cc93a b/CMPUT 250 W24 Lab 3/Library/Artifacts/79/79c0f7da6de323233beb22d7212cc93a new file mode 100644 index 000000000..36baa9607 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/79/79c0f7da6de323233beb22d7212cc93a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/7a/7a989e8c62322c7edfbc2e091ece86c5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/7a/7a989e8c62322c7edfbc2e091ece86c5 new file mode 100644 index 000000000..2b99a1e88 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/7a/7a989e8c62322c7edfbc2e091ece86c5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/7d/7d8ed40243272da859d37d3dcac4d8b7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/7d/7d8ed40243272da859d37d3dcac4d8b7 new file mode 100644 index 000000000..115a7219d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/7d/7d8ed40243272da859d37d3dcac4d8b7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/7f/7f8a7f00fe051f3e69a012d3819c49bc b/CMPUT 250 W24 Lab 3/Library/Artifacts/7f/7f8a7f00fe051f3e69a012d3819c49bc new file mode 100644 index 000000000..66ec1f4f9 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/7f/7f8a7f00fe051f3e69a012d3819c49bc differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/80/8011ac3a31d8ca6f8de831f31ce0dad3 b/CMPUT 250 W24 Lab 3/Library/Artifacts/80/8011ac3a31d8ca6f8de831f31ce0dad3 new file mode 100644 index 000000000..53fd1dcb3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/80/8011ac3a31d8ca6f8de831f31ce0dad3 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/80/80bc566e7986214403d1eca96e5d36ea b/CMPUT 250 W24 Lab 3/Library/Artifacts/80/80bc566e7986214403d1eca96e5d36ea new file mode 100644 index 000000000..a5c332065 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/80/80bc566e7986214403d1eca96e5d36ea differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/80/80ff1535326a05e8d5ba77ad3b28661b b/CMPUT 250 W24 Lab 3/Library/Artifacts/80/80ff1535326a05e8d5ba77ad3b28661b new file mode 100644 index 000000000..48b1dc49e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/80/80ff1535326a05e8d5ba77ad3b28661b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/81/819f6dedb3fd2aa28b492d2e5a70c5c7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/81/819f6dedb3fd2aa28b492d2e5a70c5c7 new file mode 100644 index 000000000..47ab2d42f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/81/819f6dedb3fd2aa28b492d2e5a70c5c7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/81/81ce9fc893006a7d5620b2165e772a13 b/CMPUT 250 W24 Lab 3/Library/Artifacts/81/81ce9fc893006a7d5620b2165e772a13 new file mode 100644 index 000000000..e71bc51e4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/81/81ce9fc893006a7d5620b2165e772a13 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/82/824480d7b866c4376f6acb245c65b7a4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/82/824480d7b866c4376f6acb245c65b7a4 new file mode 100644 index 000000000..104378372 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/82/824480d7b866c4376f6acb245c65b7a4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/83/83f6bb1ddd57730a5df5bc6ccc60dd1b b/CMPUT 250 W24 Lab 3/Library/Artifacts/83/83f6bb1ddd57730a5df5bc6ccc60dd1b new file mode 100644 index 000000000..bc4011ecf Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/83/83f6bb1ddd57730a5df5bc6ccc60dd1b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/84/8407d4728af3cec5693a2579ff16de29 b/CMPUT 250 W24 Lab 3/Library/Artifacts/84/8407d4728af3cec5693a2579ff16de29 new file mode 100644 index 000000000..fc816f81a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/84/8407d4728af3cec5693a2579ff16de29 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/85/854e55fd1c13e5f49a393fa764c1197c b/CMPUT 250 W24 Lab 3/Library/Artifacts/85/854e55fd1c13e5f49a393fa764c1197c new file mode 100644 index 000000000..4ff5b78c7 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/85/854e55fd1c13e5f49a393fa764c1197c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/85/855e255e46ffec39fc75d39733ae4a43 b/CMPUT 250 W24 Lab 3/Library/Artifacts/85/855e255e46ffec39fc75d39733ae4a43 new file mode 100644 index 000000000..7b70fb66d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/85/855e255e46ffec39fc75d39733ae4a43 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/85/85bbbd687454f051b87ca919833f7953 b/CMPUT 250 W24 Lab 3/Library/Artifacts/85/85bbbd687454f051b87ca919833f7953 new file mode 100644 index 000000000..f03799cca Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/85/85bbbd687454f051b87ca919833f7953 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/86/8671e5944ef73f15a9b3618262d573b0 b/CMPUT 250 W24 Lab 3/Library/Artifacts/86/8671e5944ef73f15a9b3618262d573b0 new file mode 100644 index 000000000..4f4189f3c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/86/8671e5944ef73f15a9b3618262d573b0 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/87/87d21c2cabce854a5c65a06802a3903d b/CMPUT 250 W24 Lab 3/Library/Artifacts/87/87d21c2cabce854a5c65a06802a3903d new file mode 100644 index 000000000..fb4937c87 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/87/87d21c2cabce854a5c65a06802a3903d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/88/884cecf524c4ebda574c20470e3d8d30 b/CMPUT 250 W24 Lab 3/Library/Artifacts/88/884cecf524c4ebda574c20470e3d8d30 new file mode 100644 index 000000000..008a7f063 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/88/884cecf524c4ebda574c20470e3d8d30 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/89/8988e5f2603aad561636fea240aa3936 b/CMPUT 250 W24 Lab 3/Library/Artifacts/89/8988e5f2603aad561636fea240aa3936 new file mode 100644 index 000000000..2bb498d6b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/89/8988e5f2603aad561636fea240aa3936 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/89/898b952eb17d884ddb5419e3b5d83f18 b/CMPUT 250 W24 Lab 3/Library/Artifacts/89/898b952eb17d884ddb5419e3b5d83f18 new file mode 100644 index 000000000..a1ba62bc6 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/89/898b952eb17d884ddb5419e3b5d83f18 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/89/89c770f45554b2c3d097d182b2d89948 b/CMPUT 250 W24 Lab 3/Library/Artifacts/89/89c770f45554b2c3d097d182b2d89948 new file mode 100644 index 000000000..ff4674361 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/89/89c770f45554b2c3d097d182b2d89948 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8a/8a768fc031c3bf2b9955319eb03d5f36 b/CMPUT 250 W24 Lab 3/Library/Artifacts/8a/8a768fc031c3bf2b9955319eb03d5f36 new file mode 100644 index 000000000..74ef8104e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8a/8a768fc031c3bf2b9955319eb03d5f36 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8a/8a7d0fdb991dcc4c3bfb15b7af6b19e6 b/CMPUT 250 W24 Lab 3/Library/Artifacts/8a/8a7d0fdb991dcc4c3bfb15b7af6b19e6 new file mode 100644 index 000000000..8efe108c0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8a/8a7d0fdb991dcc4c3bfb15b7af6b19e6 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8b/8ba0eb6264d30a099ee1031b2cca75df b/CMPUT 250 W24 Lab 3/Library/Artifacts/8b/8ba0eb6264d30a099ee1031b2cca75df new file mode 100644 index 000000000..f1589e431 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8b/8ba0eb6264d30a099ee1031b2cca75df differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8b/8bbcf73d94eea2af011377e7e1b7a8cd b/CMPUT 250 W24 Lab 3/Library/Artifacts/8b/8bbcf73d94eea2af011377e7e1b7a8cd new file mode 100644 index 000000000..3ccfc756b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8b/8bbcf73d94eea2af011377e7e1b7a8cd differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8c/8c39b74807c8a7277ab6a6134ef0812a b/CMPUT 250 W24 Lab 3/Library/Artifacts/8c/8c39b74807c8a7277ab6a6134ef0812a new file mode 100644 index 000000000..2a537f2fb Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8c/8c39b74807c8a7277ab6a6134ef0812a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8d/8d50420175c36a0d90653d372c7f0e1e b/CMPUT 250 W24 Lab 3/Library/Artifacts/8d/8d50420175c36a0d90653d372c7f0e1e new file mode 100644 index 000000000..1c525b242 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8d/8d50420175c36a0d90653d372c7f0e1e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8d/8dbad505f6e046597b10964274916189 b/CMPUT 250 W24 Lab 3/Library/Artifacts/8d/8dbad505f6e046597b10964274916189 new file mode 100644 index 000000000..3baa6958b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8d/8dbad505f6e046597b10964274916189 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8e/8e7ae10d24cb2e82dbdadf844ebc3b60 b/CMPUT 250 W24 Lab 3/Library/Artifacts/8e/8e7ae10d24cb2e82dbdadf844ebc3b60 new file mode 100644 index 000000000..e94625101 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8e/8e7ae10d24cb2e82dbdadf844ebc3b60 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/8e/8ea4266de760019509fcc5dc539dcf04 b/CMPUT 250 W24 Lab 3/Library/Artifacts/8e/8ea4266de760019509fcc5dc539dcf04 new file mode 100644 index 000000000..1263b9932 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/8e/8ea4266de760019509fcc5dc539dcf04 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/90/901bc25ce7e83868ecf7a78b01254f0a b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/901bc25ce7e83868ecf7a78b01254f0a new file mode 100644 index 000000000..b7bd5dff8 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/901bc25ce7e83868ecf7a78b01254f0a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/90/903dba02ce2dda9204182772debe2aa7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/903dba02ce2dda9204182772debe2aa7 new file mode 100644 index 000000000..c27491683 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/903dba02ce2dda9204182772debe2aa7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/90/9049bca819fc748c70c83ef2133b88e5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/9049bca819fc748c70c83ef2133b88e5 new file mode 100644 index 000000000..4fcddf7ee Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/9049bca819fc748c70c83ef2133b88e5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/90/90fbc49523877e436f0337fab332285e b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/90fbc49523877e436f0337fab332285e new file mode 100644 index 000000000..6dc82028d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/90/90fbc49523877e436f0337fab332285e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/91/91e090262ebd266caa6bd5865cb6a816 b/CMPUT 250 W24 Lab 3/Library/Artifacts/91/91e090262ebd266caa6bd5865cb6a816 new file mode 100644 index 000000000..a520d9888 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/91/91e090262ebd266caa6bd5865cb6a816 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/94/941bb00c2c1ae76efb26b45bdfaa27e9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/94/941bb00c2c1ae76efb26b45bdfaa27e9 new file mode 100644 index 000000000..67b00e927 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/94/941bb00c2c1ae76efb26b45bdfaa27e9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/94/9432c724d1d811d08c20ab3818a325ab b/CMPUT 250 W24 Lab 3/Library/Artifacts/94/9432c724d1d811d08c20ab3818a325ab new file mode 100644 index 000000000..34f786124 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/94/9432c724d1d811d08c20ab3818a325ab differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/94/945137e827957157fccc1fdf04dab4b6 b/CMPUT 250 W24 Lab 3/Library/Artifacts/94/945137e827957157fccc1fdf04dab4b6 new file mode 100644 index 000000000..42608a257 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/94/945137e827957157fccc1fdf04dab4b6 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/96/96f1239801c2a1571c84cf586f938a8d b/CMPUT 250 W24 Lab 3/Library/Artifacts/96/96f1239801c2a1571c84cf586f938a8d new file mode 100644 index 000000000..242cf1e44 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/96/96f1239801c2a1571c84cf586f938a8d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/98/980a0b0df6bba9b65fbea64066c7d09d b/CMPUT 250 W24 Lab 3/Library/Artifacts/98/980a0b0df6bba9b65fbea64066c7d09d new file mode 100644 index 000000000..f04173f18 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/98/980a0b0df6bba9b65fbea64066c7d09d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/98/9839df35686163f68652b46f816bfd35 b/CMPUT 250 W24 Lab 3/Library/Artifacts/98/9839df35686163f68652b46f816bfd35 new file mode 100644 index 000000000..4f2321f46 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/98/9839df35686163f68652b46f816bfd35 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/9a/9afb2bfd3adf9bc8e1d70fbd4986e2a2 b/CMPUT 250 W24 Lab 3/Library/Artifacts/9a/9afb2bfd3adf9bc8e1d70fbd4986e2a2 new file mode 100644 index 000000000..7d56a126f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/9a/9afb2bfd3adf9bc8e1d70fbd4986e2a2 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/9b/9b65763a04c4e3cbeb5f5dea79d8eb84 b/CMPUT 250 W24 Lab 3/Library/Artifacts/9b/9b65763a04c4e3cbeb5f5dea79d8eb84 new file mode 100644 index 000000000..1e248f15e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/9b/9b65763a04c4e3cbeb5f5dea79d8eb84 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/9b/9be41d81d1f0585cee7d961e6921c44d b/CMPUT 250 W24 Lab 3/Library/Artifacts/9b/9be41d81d1f0585cee7d961e6921c44d new file mode 100644 index 000000000..a1be8202d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/9b/9be41d81d1f0585cee7d961e6921c44d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/9d/9d752fbcfcca13b2ff2bf720657ca9db b/CMPUT 250 W24 Lab 3/Library/Artifacts/9d/9d752fbcfcca13b2ff2bf720657ca9db new file mode 100644 index 000000000..0e137a254 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/9d/9d752fbcfcca13b2ff2bf720657ca9db differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/9d/9da5691e7f43c78f00d051774bec687f b/CMPUT 250 W24 Lab 3/Library/Artifacts/9d/9da5691e7f43c78f00d051774bec687f new file mode 100644 index 000000000..deac00d9b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/9d/9da5691e7f43c78f00d051774bec687f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/9e/9e99a9e377606ccd5962858c0a456c1c b/CMPUT 250 W24 Lab 3/Library/Artifacts/9e/9e99a9e377606ccd5962858c0a456c1c new file mode 100644 index 000000000..50b040315 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/9e/9e99a9e377606ccd5962858c0a456c1c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/9f/9f2c0ed678162cd935a2d0802220f1f6 b/CMPUT 250 W24 Lab 3/Library/Artifacts/9f/9f2c0ed678162cd935a2d0802220f1f6 new file mode 100644 index 000000000..61adef5a4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/9f/9f2c0ed678162cd935a2d0802220f1f6 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a010803c3f8832ece81332c7cf185540 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a010803c3f8832ece81332c7cf185540 new file mode 100644 index 000000000..b019a75c0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a010803c3f8832ece81332c7cf185540 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a014affc2ca95cf824f5685d0d4f17c2 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a014affc2ca95cf824f5685d0d4f17c2 new file mode 100644 index 000000000..9ff4701f7 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a014affc2ca95cf824f5685d0d4f17c2 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a049bf7cfc225926e2604178122e63aa b/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a049bf7cfc225926e2604178122e63aa new file mode 100644 index 000000000..4bfa9d1a3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a0/a049bf7cfc225926e2604178122e63aa differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a2/a26bb5bd1a7b1c3ccf6f5d513de64624 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a2/a26bb5bd1a7b1c3ccf6f5d513de64624 new file mode 100644 index 000000000..a572bb5b4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a2/a26bb5bd1a7b1c3ccf6f5d513de64624 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a3/a31c591bc7a8e10f78376c1b8b00cbdd b/CMPUT 250 W24 Lab 3/Library/Artifacts/a3/a31c591bc7a8e10f78376c1b8b00cbdd new file mode 100644 index 000000000..9d4cbc0b4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a3/a31c591bc7a8e10f78376c1b8b00cbdd differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a4/a42dc64c6ab90647f8e87602a471db27 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a4/a42dc64c6ab90647f8e87602a471db27 new file mode 100644 index 000000000..1773d848a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a4/a42dc64c6ab90647f8e87602a471db27 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a4/a4f57998aa34a2fff555371bb388b791 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a4/a4f57998aa34a2fff555371bb388b791 new file mode 100644 index 000000000..be0f278d0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a4/a4f57998aa34a2fff555371bb388b791 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a5/a586eaf3c8d1c0c60894155a645a2855 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a5/a586eaf3c8d1c0c60894155a645a2855 new file mode 100644 index 000000000..3118d3742 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a5/a586eaf3c8d1c0c60894155a645a2855 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a8/a8733cc644812377955796bbef4eaae0 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a8/a8733cc644812377955796bbef4eaae0 new file mode 100644 index 000000000..a1d150015 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a8/a8733cc644812377955796bbef4eaae0 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/a8/a87c8bcd452307014cd42b8c89403c50 b/CMPUT 250 W24 Lab 3/Library/Artifacts/a8/a87c8bcd452307014cd42b8c89403c50 new file mode 100644 index 000000000..a12b8dbdc Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/a8/a87c8bcd452307014cd42b8c89403c50 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/aa/aa420065b2e7dedf3691e3729b23a1b4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/aa/aa420065b2e7dedf3691e3729b23a1b4 new file mode 100644 index 000000000..4a1ca5b98 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/aa/aa420065b2e7dedf3691e3729b23a1b4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ab/ab204b4ffa5a4fe64731ee42bba5e3b8 b/CMPUT 250 W24 Lab 3/Library/Artifacts/ab/ab204b4ffa5a4fe64731ee42bba5e3b8 new file mode 100644 index 000000000..aa3caf701 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ab/ab204b4ffa5a4fe64731ee42bba5e3b8 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ab/abc2a0ce9425f1713ac96f559e8df2d8 b/CMPUT 250 W24 Lab 3/Library/Artifacts/ab/abc2a0ce9425f1713ac96f559e8df2d8 new file mode 100644 index 000000000..54ca58152 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ab/abc2a0ce9425f1713ac96f559e8df2d8 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ac/ac3ed1cdb0141daf876604fa147b1ed9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/ac/ac3ed1cdb0141daf876604fa147b1ed9 new file mode 100644 index 000000000..7a985d50f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ac/ac3ed1cdb0141daf876604fa147b1ed9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ac/ac6548fdead3b14b22edf2ad9d388d80 b/CMPUT 250 W24 Lab 3/Library/Artifacts/ac/ac6548fdead3b14b22edf2ad9d388d80 new file mode 100644 index 000000000..e017d88c2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ac/ac6548fdead3b14b22edf2ad9d388d80 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ae/ae1b1fb37264164fa69a7dc57d0b22ad b/CMPUT 250 W24 Lab 3/Library/Artifacts/ae/ae1b1fb37264164fa69a7dc57d0b22ad new file mode 100644 index 000000000..19d88d35e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ae/ae1b1fb37264164fa69a7dc57d0b22ad differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b1/b10f633a2341a83ca052cc5a8d7685e4 b/CMPUT 250 W24 Lab 3/Library/Artifacts/b1/b10f633a2341a83ca052cc5a8d7685e4 new file mode 100644 index 000000000..f94df8e9c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b1/b10f633a2341a83ca052cc5a8d7685e4 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b1/b19a9ab542a740fb9d5fdf9ad4239b3d b/CMPUT 250 W24 Lab 3/Library/Artifacts/b1/b19a9ab542a740fb9d5fdf9ad4239b3d new file mode 100644 index 000000000..240b287ca Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b1/b19a9ab542a740fb9d5fdf9ad4239b3d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b3/b3d58ab638b44e3ec0401890837609db b/CMPUT 250 W24 Lab 3/Library/Artifacts/b3/b3d58ab638b44e3ec0401890837609db new file mode 100644 index 000000000..e9fa293d5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b3/b3d58ab638b44e3ec0401890837609db differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b41c3ab5ae1c3e0c5f1f6f565811ae10 b/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b41c3ab5ae1c3e0c5f1f6f565811ae10 new file mode 100644 index 000000000..88b1f590b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b41c3ab5ae1c3e0c5f1f6f565811ae10 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b42af38f1d0ef8f396a7e2df043257b7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b42af38f1d0ef8f396a7e2df043257b7 new file mode 100644 index 000000000..c0196fcc4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b42af38f1d0ef8f396a7e2df043257b7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b45cc661f006ef1fcc159f0faf779c02 b/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b45cc661f006ef1fcc159f0faf779c02 new file mode 100644 index 000000000..2b35ab852 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b4/b45cc661f006ef1fcc159f0faf779c02 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b6/b603ce93ad1ad2b32fc502575002db6e b/CMPUT 250 W24 Lab 3/Library/Artifacts/b6/b603ce93ad1ad2b32fc502575002db6e new file mode 100644 index 000000000..59e95ec3f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b6/b603ce93ad1ad2b32fc502575002db6e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b6/b6cc8c1c739742356a69ae3fca6c8894 b/CMPUT 250 W24 Lab 3/Library/Artifacts/b6/b6cc8c1c739742356a69ae3fca6c8894 new file mode 100644 index 000000000..0dd8b1a9a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b6/b6cc8c1c739742356a69ae3fca6c8894 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b7/b7a942df36c2224243d952dad7d4621f b/CMPUT 250 W24 Lab 3/Library/Artifacts/b7/b7a942df36c2224243d952dad7d4621f new file mode 100644 index 000000000..5bf61f5e4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b7/b7a942df36c2224243d952dad7d4621f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b8/b8006dfc4742e3160dd282e2bf2d4124 b/CMPUT 250 W24 Lab 3/Library/Artifacts/b8/b8006dfc4742e3160dd282e2bf2d4124 new file mode 100644 index 000000000..70f9cdca6 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b8/b8006dfc4742e3160dd282e2bf2d4124 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b8/b824a493ccd4179453b80c877d81581f b/CMPUT 250 W24 Lab 3/Library/Artifacts/b8/b824a493ccd4179453b80c877d81581f new file mode 100644 index 000000000..78190c1aa Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b8/b824a493ccd4179453b80c877d81581f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/b9/b9077f93f2a13da02d7263acdb36e5cf b/CMPUT 250 W24 Lab 3/Library/Artifacts/b9/b9077f93f2a13da02d7263acdb36e5cf new file mode 100644 index 000000000..0aba9743c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/b9/b9077f93f2a13da02d7263acdb36e5cf differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ba/ba56eabc098767ff2fa9d911bf41a68e b/CMPUT 250 W24 Lab 3/Library/Artifacts/ba/ba56eabc098767ff2fa9d911bf41a68e new file mode 100644 index 000000000..921f6f90d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ba/ba56eabc098767ff2fa9d911bf41a68e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ba/ba659183049cb4352aea469baab94251 b/CMPUT 250 W24 Lab 3/Library/Artifacts/ba/ba659183049cb4352aea469baab94251 new file mode 100644 index 000000000..094a7755b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ba/ba659183049cb4352aea469baab94251 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bc78c4a22af1fc3636770a0164c6b153 b/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bc78c4a22af1fc3636770a0164c6b153 new file mode 100644 index 000000000..b232a1ad1 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bc78c4a22af1fc3636770a0164c6b153 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bca52cac4a7709b986cbea9af768b505 b/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bca52cac4a7709b986cbea9af768b505 new file mode 100644 index 000000000..1257be3c5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bca52cac4a7709b986cbea9af768b505 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bcfe356158386566c86cc310e2973075 b/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bcfe356158386566c86cc310e2973075 new file mode 100644 index 000000000..d7724c48a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bc/bcfe356158386566c86cc310e2973075 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd1c37e85b20dc11d85c112f03b11341 b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd1c37e85b20dc11d85c112f03b11341 new file mode 100644 index 000000000..e25a68d78 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd1c37e85b20dc11d85c112f03b11341 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd2e387d9a055bed06d95c6289109aae b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd2e387d9a055bed06d95c6289109aae new file mode 100644 index 000000000..fd0755622 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd2e387d9a055bed06d95c6289109aae differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd4f9e87fde7d4c9cc537f4285651ee1 b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd4f9e87fde7d4c9cc537f4285651ee1 new file mode 100644 index 000000000..38c429fb5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd4f9e87fde7d4c9cc537f4285651ee1 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd57815a6dbfdd4b3133d2ade8d3121e b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd57815a6dbfdd4b3133d2ade8d3121e new file mode 100644 index 000000000..5352a7ca9 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bd/bd57815a6dbfdd4b3133d2ade8d3121e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/be/bec92c975e687abdc319842f2c1e6795 b/CMPUT 250 W24 Lab 3/Library/Artifacts/be/bec92c975e687abdc319842f2c1e6795 new file mode 100644 index 000000000..170ac403a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/be/bec92c975e687abdc319842f2c1e6795 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/be/bee9e6d01b0e48a692e4f82a4aecb52d b/CMPUT 250 W24 Lab 3/Library/Artifacts/be/bee9e6d01b0e48a692e4f82a4aecb52d new file mode 100644 index 000000000..aad7c519f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/be/bee9e6d01b0e48a692e4f82a4aecb52d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/bf/bfac3e18528a4726271303e8674fef16 b/CMPUT 250 W24 Lab 3/Library/Artifacts/bf/bfac3e18528a4726271303e8674fef16 new file mode 100644 index 000000000..3a8b90500 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/bf/bfac3e18528a4726271303e8674fef16 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c012a41f97966b60d426289a85cde4cc b/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c012a41f97966b60d426289a85cde4cc new file mode 100644 index 000000000..d2d926643 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c012a41f97966b60d426289a85cde4cc differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c01cc1335fa39e105f79d288a78d3a96 b/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c01cc1335fa39e105f79d288a78d3a96 new file mode 100644 index 000000000..86b534852 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c01cc1335fa39e105f79d288a78d3a96 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c0a98dc2dd2bab2c2a56fe4c98231c29 b/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c0a98dc2dd2bab2c2a56fe4c98231c29 new file mode 100644 index 000000000..c074a9c94 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c0/c0a98dc2dd2bab2c2a56fe4c98231c29 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c1/c11def7917109c19e57793a57b505837 b/CMPUT 250 W24 Lab 3/Library/Artifacts/c1/c11def7917109c19e57793a57b505837 new file mode 100644 index 000000000..79849eabd Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c1/c11def7917109c19e57793a57b505837 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c1/c15e3ffdeec1247a08390b3cf876573b b/CMPUT 250 W24 Lab 3/Library/Artifacts/c1/c15e3ffdeec1247a08390b3cf876573b new file mode 100644 index 000000000..7c379e9db Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c1/c15e3ffdeec1247a08390b3cf876573b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c2/c264d508266104256053cda3d0cf7278 b/CMPUT 250 W24 Lab 3/Library/Artifacts/c2/c264d508266104256053cda3d0cf7278 new file mode 100644 index 000000000..d8ac3bbd0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c2/c264d508266104256053cda3d0cf7278 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c3/c3d2ecac2dcea92031b3531f3d06fd14 b/CMPUT 250 W24 Lab 3/Library/Artifacts/c3/c3d2ecac2dcea92031b3531f3d06fd14 new file mode 100644 index 000000000..78b6b5ece Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c3/c3d2ecac2dcea92031b3531f3d06fd14 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c4/c46c806dcb26f5ac654c83838669e08e b/CMPUT 250 W24 Lab 3/Library/Artifacts/c4/c46c806dcb26f5ac654c83838669e08e new file mode 100644 index 000000000..63dcd8dc8 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c4/c46c806dcb26f5ac654c83838669e08e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c832939639a02838be7a9c8761c0255b b/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c832939639a02838be7a9c8761c0255b new file mode 100644 index 000000000..a873604aa Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c832939639a02838be7a9c8761c0255b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c8628fe1124ae78e7dcffc7334c6d37a b/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c8628fe1124ae78e7dcffc7334c6d37a new file mode 100644 index 000000000..995282b86 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c8628fe1124ae78e7dcffc7334c6d37a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c8932a6a2bc1c98f1f495e6400cd5117 b/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c8932a6a2bc1c98f1f495e6400cd5117 new file mode 100644 index 000000000..5eec8843b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c8/c8932a6a2bc1c98f1f495e6400cd5117 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c991bdda26c265023324c5bed34a2992 b/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c991bdda26c265023324c5bed34a2992 new file mode 100644 index 000000000..80d41e97d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c991bdda26c265023324c5bed34a2992 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c9c5da48a4ad9e6959fc2504da7fc80e b/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c9c5da48a4ad9e6959fc2504da7fc80e new file mode 100644 index 000000000..71ef15753 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c9c5da48a4ad9e6959fc2504da7fc80e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c9cbfeef019980901f5201afb1b8693f b/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c9cbfeef019980901f5201afb1b8693f new file mode 100644 index 000000000..fdc3851aa Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/c9/c9cbfeef019980901f5201afb1b8693f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/cb/cbbb36bf75308852e23911e35d257c43 b/CMPUT 250 W24 Lab 3/Library/Artifacts/cb/cbbb36bf75308852e23911e35d257c43 new file mode 100644 index 000000000..705f9def7 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/cb/cbbb36bf75308852e23911e35d257c43 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/cb/cbfac5aecfcbde7234a3d9e0a29a08a9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/cb/cbfac5aecfcbde7234a3d9e0a29a08a9 new file mode 100644 index 000000000..13a3c3522 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/cb/cbfac5aecfcbde7234a3d9e0a29a08a9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/cd/cd4c7b42a956639bae439439be58e7aa b/CMPUT 250 W24 Lab 3/Library/Artifacts/cd/cd4c7b42a956639bae439439be58e7aa new file mode 100644 index 000000000..f61445a31 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/cd/cd4c7b42a956639bae439439be58e7aa differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ce/ce77d0398e184c808bf3f230c8f23d3b b/CMPUT 250 W24 Lab 3/Library/Artifacts/ce/ce77d0398e184c808bf3f230c8f23d3b new file mode 100644 index 000000000..0abbee99b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ce/ce77d0398e184c808bf3f230c8f23d3b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d0/d01564505d6eca71bc70a945158e5bee b/CMPUT 250 W24 Lab 3/Library/Artifacts/d0/d01564505d6eca71bc70a945158e5bee new file mode 100644 index 000000000..152770bca Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d0/d01564505d6eca71bc70a945158e5bee differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d1/d1ef26f2023b32dae9f7b2d2a54a94dd b/CMPUT 250 W24 Lab 3/Library/Artifacts/d1/d1ef26f2023b32dae9f7b2d2a54a94dd new file mode 100644 index 000000000..f7ee87690 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d1/d1ef26f2023b32dae9f7b2d2a54a94dd differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d3471ef3bd8c61ef2497b46760789f06 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d3471ef3bd8c61ef2497b46760789f06 new file mode 100644 index 000000000..504eeca8d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d3471ef3bd8c61ef2497b46760789f06 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d38fc8880e9e83d540b8bf515cb042a6 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d38fc8880e9e83d540b8bf515cb042a6 new file mode 100644 index 000000000..18ff27fe0 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d38fc8880e9e83d540b8bf515cb042a6 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d396048ea788682dfb3360e6fc494172 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d396048ea788682dfb3360e6fc494172 new file mode 100644 index 000000000..f46697149 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d396048ea788682dfb3360e6fc494172 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d3eb00f5c0ca2ffe98d4d9333a3a7d3e b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d3eb00f5c0ca2ffe98d4d9333a3a7d3e new file mode 100644 index 000000000..d75433b2a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d3/d3eb00f5c0ca2ffe98d4d9333a3a7d3e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d4/d44bb0c7bbd0a86cafaf46a1d470c654 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d4/d44bb0c7bbd0a86cafaf46a1d470c654 new file mode 100644 index 000000000..c501da72b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d4/d44bb0c7bbd0a86cafaf46a1d470c654 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d4/d492beed13ea35fdfc3187d3fc70c08e b/CMPUT 250 W24 Lab 3/Library/Artifacts/d4/d492beed13ea35fdfc3187d3fc70c08e new file mode 100644 index 000000000..03688ed66 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d4/d492beed13ea35fdfc3187d3fc70c08e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d6498f9b00f08af9e33eb9a0148afda6 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d6498f9b00f08af9e33eb9a0148afda6 new file mode 100644 index 000000000..7d5e7a954 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d6498f9b00f08af9e33eb9a0148afda6 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d68bb1a573d3db47046cc80536dcea47 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d68bb1a573d3db47046cc80536dcea47 new file mode 100644 index 000000000..0d4380c87 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d68bb1a573d3db47046cc80536dcea47 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d6d7b046be8e3336d408a2379fd6abb5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d6d7b046be8e3336d408a2379fd6abb5 new file mode 100644 index 000000000..860f217fe Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d6/d6d7b046be8e3336d408a2379fd6abb5 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d8/d84bc6a0f389ac01dae321a9ed0f3db3 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d8/d84bc6a0f389ac01dae321a9ed0f3db3 new file mode 100644 index 000000000..d53fd0289 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d8/d84bc6a0f389ac01dae321a9ed0f3db3 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d8/d874efdbb55225ad514aa38b22101d2e b/CMPUT 250 W24 Lab 3/Library/Artifacts/d8/d874efdbb55225ad514aa38b22101d2e new file mode 100644 index 000000000..71bbb5480 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d8/d874efdbb55225ad514aa38b22101d2e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/d9/d90148ba2cbf325b3f057aa343a457e3 b/CMPUT 250 W24 Lab 3/Library/Artifacts/d9/d90148ba2cbf325b3f057aa343a457e3 new file mode 100644 index 000000000..31e3dc1da Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/d9/d90148ba2cbf325b3f057aa343a457e3 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da2418f728370b80cc63578ad31e331b b/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da2418f728370b80cc63578ad31e331b new file mode 100644 index 000000000..8e9022eaf Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da2418f728370b80cc63578ad31e331b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da262469b7c95cb989f089a2d3aee781 b/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da262469b7c95cb989f089a2d3aee781 new file mode 100644 index 000000000..000bd9d56 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da262469b7c95cb989f089a2d3aee781 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da4478164837bc5736c213fd4fb78857 b/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da4478164837bc5736c213fd4fb78857 new file mode 100644 index 000000000..3945fdfc8 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/da/da4478164837bc5736c213fd4fb78857 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/db/db307a08aed7d20cff9a0d0aea0bd5b9 b/CMPUT 250 W24 Lab 3/Library/Artifacts/db/db307a08aed7d20cff9a0d0aea0bd5b9 new file mode 100644 index 000000000..cf50327a2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/db/db307a08aed7d20cff9a0d0aea0bd5b9 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/db/db4b1f078a92c3f948101ae288ca111f b/CMPUT 250 W24 Lab 3/Library/Artifacts/db/db4b1f078a92c3f948101ae288ca111f new file mode 100644 index 000000000..e041807d9 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/db/db4b1f078a92c3f948101ae288ca111f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/dd/dd8fa95b89f23bcf80175ec85d521dec b/CMPUT 250 W24 Lab 3/Library/Artifacts/dd/dd8fa95b89f23bcf80175ec85d521dec new file mode 100644 index 000000000..94f3a9159 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/dd/dd8fa95b89f23bcf80175ec85d521dec differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/de/de31d4f168893ff704512ee00daaee9a b/CMPUT 250 W24 Lab 3/Library/Artifacts/de/de31d4f168893ff704512ee00daaee9a new file mode 100644 index 000000000..f28b5e83e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/de/de31d4f168893ff704512ee00daaee9a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e0/e0244a1ff807ab769f591c72b639c233 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e0/e0244a1ff807ab769f591c72b639c233 new file mode 100644 index 000000000..498c563a5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e0/e0244a1ff807ab769f591c72b639c233 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e0/e0c17d8a24a2ad9edc390b7b1caaf059 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e0/e0c17d8a24a2ad9edc390b7b1caaf059 new file mode 100644 index 000000000..e65409a32 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e0/e0c17d8a24a2ad9edc390b7b1caaf059 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e1/e19eae0193ce43b62d7a0ff8171d4049 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e1/e19eae0193ce43b62d7a0ff8171d4049 new file mode 100644 index 000000000..33a89ff67 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e1/e19eae0193ce43b62d7a0ff8171d4049 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e2/e293ebf3bc113be0a90b496e5bea851c b/CMPUT 250 W24 Lab 3/Library/Artifacts/e2/e293ebf3bc113be0a90b496e5bea851c new file mode 100644 index 000000000..6174f2798 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e2/e293ebf3bc113be0a90b496e5bea851c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e3/e328c0d921b2598cf3e6b02fe63aa930 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e3/e328c0d921b2598cf3e6b02fe63aa930 new file mode 100644 index 000000000..0407b06ef Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e3/e328c0d921b2598cf3e6b02fe63aa930 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e3/e373b2cee3d6827c45cf0fd20f911637 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e3/e373b2cee3d6827c45cf0fd20f911637 new file mode 100644 index 000000000..a6cc37ab1 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e3/e373b2cee3d6827c45cf0fd20f911637 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4629d90420833a32a8e33682a822d16 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4629d90420833a32a8e33682a822d16 new file mode 100644 index 000000000..f4a86afb2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4629d90420833a32a8e33682a822d16 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4f80ad656553d14b31e20422de5798b b/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4f80ad656553d14b31e20422de5798b new file mode 100644 index 000000000..3135ee85b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4f80ad656553d14b31e20422de5798b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4fed43b3390c8572e7bfd60ab2b71fd b/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4fed43b3390c8572e7bfd60ab2b71fd new file mode 100644 index 000000000..8c511937c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e4/e4fed43b3390c8572e7bfd60ab2b71fd differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e5/e5d50e7c5edda617fa539befa9c73b7a b/CMPUT 250 W24 Lab 3/Library/Artifacts/e5/e5d50e7c5edda617fa539befa9c73b7a new file mode 100644 index 000000000..f2bf6eb0a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e5/e5d50e7c5edda617fa539befa9c73b7a differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/08/084ad153c2407af7d1224c24651c06e5 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e5/e5fae7806af6302119497e43d0278b15 similarity index 72% rename from CMPUT 250 W24 Lab 3/Library/Artifacts/08/084ad153c2407af7d1224c24651c06e5 rename to CMPUT 250 W24 Lab 3/Library/Artifacts/e5/e5fae7806af6302119497e43d0278b15 index a4208dc60..88d437c74 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/08/084ad153c2407af7d1224c24651c06e5 and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e5/e5fae7806af6302119497e43d0278b15 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e6/e65b6456cdbf8cc20fb16e590b3c9692 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e6/e65b6456cdbf8cc20fb16e590b3c9692 new file mode 100644 index 000000000..ba36d57b3 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e6/e65b6456cdbf8cc20fb16e590b3c9692 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e8/e81a703bbd512046431e5308e60a8065 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e8/e81a703bbd512046431e5308e60a8065 new file mode 100644 index 000000000..43db64b69 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e8/e81a703bbd512046431e5308e60a8065 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e9/e9b3235de4aceac5a0d2283ebc3e7092 b/CMPUT 250 W24 Lab 3/Library/Artifacts/e9/e9b3235de4aceac5a0d2283ebc3e7092 new file mode 100644 index 000000000..cd2402249 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e9/e9b3235de4aceac5a0d2283ebc3e7092 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/e9/e9c367106ca2c54c7137163fe0f3268b b/CMPUT 250 W24 Lab 3/Library/Artifacts/e9/e9c367106ca2c54c7137163fe0f3268b new file mode 100644 index 000000000..7d355d122 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/e9/e9c367106ca2c54c7137163fe0f3268b differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/eb/ebf2ccfb17978bf24cdf582131fb2989 b/CMPUT 250 W24 Lab 3/Library/Artifacts/eb/ebf2ccfb17978bf24cdf582131fb2989 deleted file mode 100644 index 93b84d99f..000000000 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/eb/ebf2ccfb17978bf24cdf582131fb2989 and /dev/null differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ec/ecdd2a466935de7066a32b99d2ac7534 b/CMPUT 250 W24 Lab 3/Library/Artifacts/ec/ecdd2a466935de7066a32b99d2ac7534 new file mode 100644 index 000000000..9374f9b19 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ec/ecdd2a466935de7066a32b99d2ac7534 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/ee/eed9a3a7a34c587c8b5d1fcac251005e b/CMPUT 250 W24 Lab 3/Library/Artifacts/ee/eed9a3a7a34c587c8b5d1fcac251005e new file mode 100644 index 000000000..a15722917 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/ee/eed9a3a7a34c587c8b5d1fcac251005e differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f0/f0c3c172db37b2b5e96e41acbb943302 b/CMPUT 250 W24 Lab 3/Library/Artifacts/f0/f0c3c172db37b2b5e96e41acbb943302 new file mode 100644 index 000000000..a00253350 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/f0/f0c3c172db37b2b5e96e41acbb943302 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f2/f2a900c79337ba0035a763bd92563dbb b/CMPUT 250 W24 Lab 3/Library/Artifacts/f2/f2a900c79337ba0035a763bd92563dbb new file mode 100644 index 000000000..1bc43cc97 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/f2/f2a900c79337ba0035a763bd92563dbb differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f4/f44108395e54da848590fe3505f5b2aa b/CMPUT 250 W24 Lab 3/Library/Artifacts/f4/f44108395e54da848590fe3505f5b2aa new file mode 100644 index 000000000..b03d4be97 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/f4/f44108395e54da848590fe3505f5b2aa differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f5/f5427a571d68e9b2c6d91d6f5e3bc98d b/CMPUT 250 W24 Lab 3/Library/Artifacts/f5/f5427a571d68e9b2c6d91d6f5e3bc98d new file mode 100644 index 000000000..41d24be9d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/f5/f5427a571d68e9b2c6d91d6f5e3bc98d differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f7/f750e82374aa24af6c8ab9c6adc07740 b/CMPUT 250 W24 Lab 3/Library/Artifacts/f7/f750e82374aa24af6c8ab9c6adc07740 deleted file mode 100644 index fd988326a..000000000 Binary files a/CMPUT 250 W24 Lab 3/Library/Artifacts/f7/f750e82374aa24af6c8ab9c6adc07740 and /dev/null differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f7/f7a715f61d8c41ab22a7401b5d2bc99f b/CMPUT 250 W24 Lab 3/Library/Artifacts/f7/f7a715f61d8c41ab22a7401b5d2bc99f new file mode 100644 index 000000000..25479ce1d Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/f7/f7a715f61d8c41ab22a7401b5d2bc99f differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f8/f830d2edc1d82e2db781b89ca90a835c b/CMPUT 250 W24 Lab 3/Library/Artifacts/f8/f830d2edc1d82e2db781b89ca90a835c new file mode 100644 index 000000000..eab81e950 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/f8/f830d2edc1d82e2db781b89ca90a835c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/f8/f8864a7a4dc2c15df7aac16966d670bb b/CMPUT 250 W24 Lab 3/Library/Artifacts/f8/f8864a7a4dc2c15df7aac16966d670bb new file mode 100644 index 000000000..1c5580ca5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/f8/f8864a7a4dc2c15df7aac16966d670bb differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/fa/facf31b8ef29e5999ab9d8f1a630c220 b/CMPUT 250 W24 Lab 3/Library/Artifacts/fa/facf31b8ef29e5999ab9d8f1a630c220 new file mode 100644 index 000000000..99215e022 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/fa/facf31b8ef29e5999ab9d8f1a630c220 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/fa/fad663df3c1f05188696bea45e08e89c b/CMPUT 250 W24 Lab 3/Library/Artifacts/fa/fad663df3c1f05188696bea45e08e89c new file mode 100644 index 000000000..97f8a8f4b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/fa/fad663df3c1f05188696bea45e08e89c differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/fd/fddfbabb2ba32160a0a7b662d54084f6 b/CMPUT 250 W24 Lab 3/Library/Artifacts/fd/fddfbabb2ba32160a0a7b662d54084f6 new file mode 100644 index 000000000..29a47b668 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/fd/fddfbabb2ba32160a0a7b662d54084f6 differ diff --git a/CMPUT 250 W24 Lab 3/Library/Artifacts/fd/fdf56d8c7633b5675800d9fb03442ac7 b/CMPUT 250 W24 Lab 3/Library/Artifacts/fd/fdf56d8c7633b5675800d9fb03442ac7 new file mode 100644 index 000000000..04091c44a Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/Artifacts/fd/fdf56d8c7633b5675800d9fb03442ac7 differ diff --git a/CMPUT 250 W24 Lab 3/Library/CurrentLayout-default.dwlt b/CMPUT 250 W24 Lab 3/Library/CurrentLayout-default.dwlt index 0c3980e59..e8e1f89a5 100644 --- a/CMPUT 250 W24 Lab 3/Library/CurrentLayout-default.dwlt +++ b/CMPUT 250 W24 Lab 3/Library/CurrentLayout-default.dwlt @@ -8,21 +8,21 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 + m_EditorHideFlags: 1 m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_PixelRect: serializedVersion: 2 - x: 142 - y: 172 - width: 1298 - height: 631 - m_ShowMode: 0 + x: 259 + y: 248 + width: 1489 + height: 1004 + m_ShowMode: 4 m_Title: - m_RootView: {fileID: 5} - m_MinSize: {x: 100, y: 121} - m_MaxSize: {x: 4000, y: 4021} + m_RootView: {fileID: 2} + m_MinSize: {x: 875, y: 492} + m_MaxSize: {x: 10000, y: 10000} m_Maximized: 0 --- !u!114 &2 MonoBehaviour: @@ -33,21 +33,21 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_PixelRect: + m_Children: + - {fileID: 3} + - {fileID: 5} + - {fileID: 4} + m_Position: serializedVersion: 2 - x: 19 - y: 53 - width: 1440 - height: 750 - m_ShowMode: 4 - m_Title: - m_RootView: {fileID: 6} - m_MinSize: {x: 875, y: 471} + x: 0 + y: 0 + width: 1489 + height: 1004 + m_MinSize: {x: 875, y: 492} m_MaxSize: {x: 10000, y: 10000} - m_Maximized: 0 --- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 @@ -56,20 +56,20 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12060, guid: 0000000000000000e000000000000000, type: 0} - m_Name: GameView + m_EditorHideFlags: 1 + m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} + m_Name: m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 0 - y: 30 - width: 1440 - height: 700 - m_MinSize: {x: 200, y: 223} - m_MaxSize: {x: 4000, y: 4023} - m_ActualView: {fileID: 10} + y: 0 + width: 1489 + height: 30 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} + m_LastLoadedLayoutName: --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -78,24 +78,19 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: ConsoleWindow + m_EditorHideFlags: 1 + m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} + m_Name: m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 0 - y: 0 - width: 1298 - height: 631 - m_MinSize: {x: 100, y: 121} - m_MaxSize: {x: 4000, y: 4021} - m_ActualView: {fileID: 9} - m_Panes: - - {fileID: 9} - m_Selected: 0 - m_LastSelected: 0 + y: 984 + width: 1489 + height: 20 + m_MinSize: {x: 0, y: 0} + m_MaxSize: {x: 0, y: 0} --- !u!114 &5 MonoBehaviour: m_ObjectHideFlags: 52 @@ -104,22 +99,25 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 + m_EditorHideFlags: 1 m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: - - {fileID: 4} + - {fileID: 6} + - {fileID: 9} + - {fileID: 10} + - {fileID: 11} m_Position: serializedVersion: 2 x: 0 - y: 0 - width: 1298 - height: 631 - m_MinSize: {x: 100, y: 121} - m_MaxSize: {x: 4000, y: 4021} + y: 30 + width: 1489 + height: 954 + m_MinSize: {x: 908, y: 442} + m_MaxSize: {x: 22003, y: 10021} vertical: 0 - controlID: 416 + controlID: 239 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -129,21 +127,22 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: - {fileID: 7} - - {fileID: 3} - {fileID: 8} m_Position: serializedVersion: 2 x: 0 y: 0 - width: 1440 - height: 750 - m_MinSize: {x: 875, y: 471} - m_MaxSize: {x: 10000, y: 10000} + width: 671 + height: 954 + m_MinSize: {x: 201, y: 442} + m_MaxSize: {x: 4001, y: 8042} + vertical: 1 + controlID: 240 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -153,7 +152,7 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0} + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_Children: [] @@ -161,11 +160,15 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1440 - height: 30 - m_MinSize: {x: 0, y: 0} - m_MaxSize: {x: 0, y: 0} - m_LastLoadedLayoutName: + width: 671 + height: 472 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 13} + m_Panes: + - {fileID: 13} + m_Selected: 0 + m_LastSelected: 0 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -175,18 +178,23 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 1 - m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0} - m_Name: + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: GameView m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 0 - y: 730 - width: 1440 - height: 20 - m_MinSize: {x: 0, y: 0} - m_MaxSize: {x: 0, y: 0} + y: 472 + width: 671 + height: 482 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 12} + m_Panes: + - {fileID: 12} + m_Selected: 0 + m_LastSelected: 0 --- !u!114 &9 MonoBehaviour: m_ObjectHideFlags: 52 @@ -195,25 +203,77 @@ MonoBehaviour: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: Console - m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000, - type: 0} - m_Tooltip: - m_Pos: + m_Children: [] + m_Position: serializedVersion: 2 - x: 142 - y: 172 - width: 1298 - height: 610 - m_ViewDataDictionary: {fileID: 0} + x: 671 + y: 0 + width: 238 + height: 954 + m_MinSize: {x: 202, y: 221} + m_MaxSize: {x: 4002, y: 4021} + m_ActualView: {fileID: 14} + m_Panes: + - {fileID: 14} + m_Selected: 0 + m_LastSelected: 0 --- !u!114 &10 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 909 + y: 0 + width: 239 + height: 954 + m_MinSize: {x: 232, y: 271} + m_MaxSize: {x: 10002, y: 10021} + m_ActualView: {fileID: 15} + m_Panes: + - {fileID: 15} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &11 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Children: [] + m_Position: + serializedVersion: 2 + x: 1148 + y: 0 + width: 341 + height: 954 + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 16} + m_Panes: + - {fileID: 16} + m_Selected: 0 + m_LastSelected: 0 +--- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -229,15 +289,15 @@ MonoBehaviour: m_MaxSize: {x: 4000, y: 4000} m_TitleContent: m_Text: Game - m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000, + m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 19 - y: 83 - width: 1440 - height: 681 + x: 259 + y: 750 + width: 670 + height: 461 m_ViewDataDictionary: {fileID: 0} m_SerializedViewNames: [] m_SerializedViewValues: [] @@ -247,7 +307,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 960, y: 640} + m_TargetSize: {x: 1024, y: 768} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -256,16 +316,16 @@ MonoBehaviour: m_VSyncEnabled: 0 m_Gizmos: 0 m_Stats: 0 - m_SelectedSizes: 08000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_SelectedSizes: 06000000000000000000000000000000000000000000000000000000000000000000000000000000 m_ZoomArea: m_HRangeLocked: 0 m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -240 - m_HBaseRangeMax: 240 - m_VBaseRangeMin: -160 - m_VBaseRangeMax: 160 + m_HBaseRangeMin: -512 + m_HBaseRangeMax: 512 + m_VBaseRangeMin: -384 + m_VBaseRangeMax: 384 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -283,25 +343,367 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 1440 - height: 660 - m_Scale: {x: 2, y: 2} - m_Translation: {x: 720, y: 330} + width: 670 + height: 440 + m_Scale: {x: 0.5729167, y: 0.5729167} + m_Translation: {x: 335, y: 220} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -360 - y: -165 - width: 720 - height: 330 + x: -584.72723 + y: -384 + width: 1169.4545 + height: 768 m_MinimalGUI: 1 - m_defaultScale: 2 - m_LastWindowPixelSize: {x: 2880, y: 1362} + m_defaultScale: 0.5729167 + m_LastWindowPixelSize: {x: 670, y: 461} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 m_XRRenderMode: 0 m_RenderTexture: {fileID: 0} +--- !u!114 &13 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Scene + m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 259 + y: 278 + width: 670 + height: 451 + m_ViewDataDictionary: {fileID: 0} + m_ShowContextualTools: 0 + m_WindowGUID: 173a87bfcd91a409a986c8d7ee5123ce + m_Gizmos: 1 + m_SceneIsLit: 1 + m_SceneLighting: 1 + m_2DMode: 1 + m_isRotationLocked: 0 + m_PlayAudio: 0 + m_AudioPlay: 0 + m_Position: + m_Target: {x: 0, y: 0, z: 0} + speed: 2 + m_Value: {x: 0, y: 0, z: 0} + m_RenderMode: 0 + m_CameraMode: + drawMode: 0 + name: Shaded + section: Shading Mode + m_ValidateTrueMetals: 0 + m_DoValidateTrueMetals: 0 + m_ExposureSliderValue: 0 + m_ExposureSliderMax: 10 + m_SceneViewState: + showFog: 1 + showMaterialUpdate: 0 + showSkybox: 1 + showFlares: 1 + showImageEffects: 1 + showParticleSystems: 1 + m_Grid: + xGrid: + m_Fade: + m_Target: 0 + speed: 2 + m_Value: 0 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 0, y: 0} + yGrid: + m_Fade: + m_Target: 0 + speed: 2 + m_Value: 0 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 1, y: 1} + zGrid: + m_Fade: + m_Target: 1 + speed: 2 + m_Value: 1 + m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4} + m_Pivot: {x: 0, y: 0, z: 0} + m_Size: {x: 1, y: 1} + m_ShowGrid: 1 + m_GridAxis: 1 + m_gridOpacity: 0.5 + m_Rotation: + m_Target: {x: 0, y: 0, z: 0, w: 1} + speed: 2 + m_Value: {x: 0, y: 0, z: 0, w: 1} + m_Size: + m_Target: 10 + speed: 2 + m_Value: 10 + m_Ortho: + m_Target: 1 + speed: 2 + m_Value: 1 + m_CameraSettings: + m_Speed: 1 + m_SpeedNormalized: 0.5 + m_SpeedMin: 0.01 + m_SpeedMax: 2 + m_EasingEnabled: 1 + m_EasingDuration: 0.4 + m_AccelerationEnabled: 1 + m_FieldOfViewHorizontalOrVertical: 60 + m_NearClip: 0.03 + m_FarClip: 10000 + m_DynamicClip: 1 + m_OcclusionCulling: 0 + m_LastSceneViewRotation: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226} + m_LastSceneViewOrtho: 0 + m_ReplacementShader: {fileID: 0} + m_ReplacementString: + m_SceneVisActive: 1 + m_LastLockedObject: {fileID: 0} + m_ViewIsLockedToObject: 0 +--- !u!114 &14 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Hierarchy + m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 930 + y: 278 + width: 236 + height: 933 + m_ViewDataDictionary: {fileID: 0} + m_SceneHierarchy: + m_TreeViewState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: 64fbffff + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 0 + m_ClientGUIView: {fileID: 9} + m_SearchString: + m_ExpandedScenes: [] + m_CurrenRootInstanceID: 0 + m_LockTracker: + m_IsLocked: 0 + m_CurrentSortingName: TransformSorting + m_WindowGUID: a0e2d077c3ae142578f10c4587073557 +--- !u!114 &15 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 230, y: 250} + m_MaxSize: {x: 10000, y: 10000} + m_TitleContent: + m_Text: Project + m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1168 + y: 278 + width: 237 + height: 933 + m_ViewDataDictionary: {fileID: 0} + m_SearchFilter: + m_NameFilter: + m_ClassNames: [] + m_AssetLabels: [] + m_AssetBundleNames: [] + m_VersionControlStates: [] + m_SoftLockControlStates: [] + m_ReferencingInstanceIDs: + m_SceneHandles: + m_ShowAllHits: 0 + m_SkipHidden: 0 + m_SearchArea: 1 + m_Folders: [] + m_ViewMode: 0 + m_StartGridSize: 64 + m_LastFolders: [] + m_LastFoldersGridSize: -1 + m_LastProjectPath: C:\Users\kylie\CMPUT-250-F24-Lab-3\CMPUT 250 W24 Lab 3 + m_LockTracker: + m_IsLocked: 0 + m_FolderTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: da3b0000 + m_LastClickedID: 15322 + m_ExpandedIDs: ffffffff0000000066390000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_AssetTreeState: + scrollPos: {x: 0, y: 0} + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: ffffffff0000000066390000 + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 10} + m_SearchString: + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_ListAreaState: + m_SelectedInstanceIDs: + m_LastClickedInstanceID: 0 + m_HadKeyboardFocusLastEvent: 0 + m_ExpandedInstanceIDs: + m_RenameOverlay: + m_UserAcceptedRename: 0 + m_Name: + m_OriginalName: + m_EditFieldRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + m_UserData: 0 + m_IsWaitingForDelay: 0 + m_IsRenaming: 0 + m_OriginalEventType: 11 + m_IsRenamingFilename: 1 + m_ClientGUIView: {fileID: 0} + m_CreateAssetUtility: + m_EndAction: {fileID: 0} + m_InstanceID: 0 + m_Path: + m_Icon: {fileID: 0} + m_ResourceFile: + m_NewAssetIndexInList: -1 + m_ScrollPosition: {x: 0, y: 0} + m_GridSize: 64 + m_SkipHiddenPackages: 0 + m_DirectoriesAreaWidth: 115 +--- !u!114 &16 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: Inspector + m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, + type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 1407 + y: 278 + width: 340 + height: 933 + m_ViewDataDictionary: {fileID: 0} + m_OpenAddComponentMenu: 0 + m_ObjectsLockedBeforeSerialization: [] + m_InstanceIDsLockedBeforeSerialization: + m_LockTracker: + m_IsLocked: 0 + m_PreviewResizer: + m_CachedPref: -160 + m_ControlHash: -371814159 + m_PrefName: Preview_InspectorPreview + m_PreviewWindow: {fileID: 0} + m_LastInspectedObjectInstanceID: -1 + m_LastVerticalScrollValue: 0 diff --git a/CMPUT 250 W24 Lab 3/Library/CurrentMaximizeLayout.dwlt b/CMPUT 250 W24 Lab 3/Library/CurrentMaximizeLayout.dwlt index 4a7a56213..2ba295615 100644 --- a/CMPUT 250 W24 Lab 3/Library/CurrentMaximizeLayout.dwlt +++ b/CMPUT 250 W24 Lab 3/Library/CurrentMaximizeLayout.dwlt @@ -21,12 +21,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 30 - width: 1440 - height: 700 - m_MinSize: {x: 911, y: 421} - m_MaxSize: {x: 22006, y: 10021} + width: 1489 + height: 954 + m_MinSize: {x: 908, y: 442} + m_MaxSize: {x: 22003, y: 10021} vertical: 0 - controlID: -1 + controlID: 131 --- !u!114 &2 MonoBehaviour: m_ObjectHideFlags: 52 @@ -43,15 +43,15 @@ MonoBehaviour: m_MaxSize: {x: 4000, y: 4000} m_TitleContent: m_Text: Game - m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000, + m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 19 - y: 442 - width: 654 - height: 320 + x: 259 + y: 750 + width: 670 + height: 461 m_ViewDataDictionary: {fileID: 0} m_SerializedViewNames: [] m_SerializedViewValues: [] @@ -61,7 +61,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 960, y: 640} + m_TargetSize: {x: 1024, y: 768} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -70,23 +70,23 @@ MonoBehaviour: m_VSyncEnabled: 0 m_Gizmos: 0 m_Stats: 0 - m_SelectedSizes: 08000000000000000000000000000000000000000000000000000000000000000000000000000000 + m_SelectedSizes: 06000000000000000000000000000000000000000000000000000000000000000000000000000000 m_ZoomArea: m_HRangeLocked: 0 m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -240 - m_HBaseRangeMax: 240 - m_VBaseRangeMin: -160 - m_VBaseRangeMax: 160 + m_HBaseRangeMin: -512 + m_HBaseRangeMax: 512 + m_VBaseRangeMin: -384 + m_VBaseRangeMax: 384 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 m_VAllowExceedBaseRangeMax: 1 m_ScaleWithWindow: 0 m_HSlider: 0 - m_VSlider: 0 + m_VSlider: 1 m_IgnoreScrollWheelUntilClicked: 0 m_EnableMouseInput: 1 m_EnableSliderZoomHorizontal: 0 @@ -97,23 +97,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 654 - height: 299 - m_Scale: {x: 0.934375, y: 0.934375} - m_Translation: {x: 327, y: 149.5} + width: 670 + height: 440 + m_Scale: {x: 0.5729167, y: 0.5729167} + m_Translation: {x: 335, y: 220} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -349.96655 - y: -160 - width: 699.9331 - height: 320 + x: -584.72723 + y: -384 + width: 1169.4545 + height: 768 m_MinimalGUI: 1 - m_defaultScale: 0.934375 - m_LastWindowPixelSize: {x: 1308, y: 640} + m_defaultScale: 0.5729167 + m_LastWindowPixelSize: {x: 670, y: 461} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 @@ -138,12 +138,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 655 - height: 700 - m_MinSize: {x: 201, y: 421} - m_MaxSize: {x: 4001, y: 8021} + width: 671 + height: 954 + m_MinSize: {x: 201, y: 442} + m_MaxSize: {x: 4001, y: 8042} vertical: 1 - controlID: -1 + controlID: 59 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -161,10 +161,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 655 - height: 359 - m_MinSize: {x: 201, y: 221} - m_MaxSize: {x: 4001, y: 4021} + width: 671 + height: 472 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 5} m_Panes: - {fileID: 5} @@ -186,15 +186,15 @@ MonoBehaviour: m_MaxSize: {x: 4000, y: 4000} m_TitleContent: m_Text: Scene - m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000, + m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 19 - y: 83 - width: 654 - height: 338 + x: 259 + y: 278 + width: 670 + height: 451 m_ViewDataDictionary: {fileID: 0} m_ShowContextualTools: 0 m_WindowGUID: 173a87bfcd91a409a986c8d7ee5123ce @@ -301,11 +301,11 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 359 - width: 655 - height: 341 - m_MinSize: {x: 201, y: 221} - m_MaxSize: {x: 4001, y: 4021} + y: 472 + width: 671 + height: 482 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 2} m_Panes: - {fileID: 2} @@ -326,12 +326,12 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 655 + x: 671 y: 0 - width: 231 - height: 700 - m_MinSize: {x: 202, y: 221} - m_MaxSize: {x: 4002, y: 4021} + width: 238 + height: 954 + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 8} m_Panes: - {fileID: 8} @@ -353,22 +353,22 @@ MonoBehaviour: m_MaxSize: {x: 4000, y: 4000} m_TitleContent: m_Text: Hierarchy - m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000, + m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 674 - y: 83 - width: 229 - height: 679 + x: 930 + y: 278 + width: 236 + height: 933 m_ViewDataDictionary: {fileID: 0} m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: d8f7ffff44f9ffff62fbffff + m_ExpandedIDs: 64fbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -407,10 +407,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 886 + x: 909 y: 0 - width: 232 - height: 700 + width: 239 + height: 954 m_MinSize: {x: 232, y: 271} m_MaxSize: {x: 10002, y: 10021} m_ActualView: {fileID: 10} @@ -434,15 +434,15 @@ MonoBehaviour: m_MaxSize: {x: 10000, y: 10000} m_TitleContent: m_Text: Project - m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000, + m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 905 - y: 83 - width: 230 - height: 679 + x: 1168 + y: 278 + width: 237 + height: 933 m_ViewDataDictionary: {fileID: 0} m_SearchFilter: m_NameFilter: @@ -461,14 +461,14 @@ MonoBehaviour: m_StartGridSize: 64 m_LastFolders: [] m_LastFoldersGridSize: -1 - m_LastProjectPath: /Users/guzdial/Downloads/CMPUT 250 W24 Lab 3 + m_LastProjectPath: C:\Users\kylie\CMPUT-250-F24-Lab-3\CMPUT 250 W24 Lab 3 m_LockTracker: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} m_SelectedIDs: da3b0000 m_LastClickedID: 15322 - m_ExpandedIDs: ffffffff9a4d0000 + m_ExpandedIDs: 0000000066390000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -496,7 +496,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: ffffffff9a4d0000 + m_ExpandedIDs: ffffffff0000000066390000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -512,7 +512,7 @@ MonoBehaviour: m_IsRenaming: 0 m_OriginalEventType: 11 m_IsRenamingFilename: 1 - m_ClientGUIView: {fileID: 0} + m_ClientGUIView: {fileID: 9} m_SearchString: m_CreateAssetUtility: m_EndAction: {fileID: 0} @@ -567,12 +567,12 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1118 + x: 1148 y: 0 - width: 322 - height: 700 - m_MinSize: {x: 276, y: 71} - m_MaxSize: {x: 4001, y: 4021} + width: 341 + height: 954 + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 12} m_Panes: - {fileID: 12} @@ -594,15 +594,15 @@ MonoBehaviour: m_MaxSize: {x: 4000, y: 4000} m_TitleContent: m_Text: Inspector - m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000, + m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 1137 - y: 83 - width: 321 - height: 679 + x: 1407 + y: 278 + width: 340 + height: 933 m_ViewDataDictionary: {fileID: 0} m_OpenAddComponentMenu: 0 m_ObjectsLockedBeforeSerialization: [] diff --git a/CMPUT 250 W24 Lab 3/Library/EditorUserBuildSettings.asset b/CMPUT 250 W24 Lab 3/Library/EditorUserBuildSettings.asset index 891e52f99..bc84243f6 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/EditorUserBuildSettings.asset and b/CMPUT 250 W24 Lab 3/Library/EditorUserBuildSettings.asset differ diff --git a/CMPUT 250 W24 Lab 3/Library/InspectorExpandedItems.asset b/CMPUT 250 W24 Lab 3/Library/InspectorExpandedItems.asset index fb4b2d580..eba010162 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/InspectorExpandedItems.asset and b/CMPUT 250 W24 Lab 3/Library/InspectorExpandedItems.asset differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Assembly-CSharp.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Assembly-CSharp.dll index 056c4ac86..196a8b42c 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Assembly-CSharp.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/BuiltinAssemblies.stamp b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/BuiltinAssemblies.stamp index 0f89ddf75..a80b2763d 100644 --- a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/BuiltinAssemblies.stamp +++ b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/BuiltinAssemblies.stamp @@ -1 +1 @@ -08d8c0e334456f00.08d8c0e334456f00 \ No newline at end of file +08d8b70e2a4c6500.08d8b70e1e60a300 \ No newline at end of file diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/PsdPlugin.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/PsdPlugin.dll index c208b4af6..94d45d746 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/PsdPlugin.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/PsdPlugin.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Editor.dll index df6dab487..a89e7c77e 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Runtime.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Runtime.dll index a4dd70ed6..8c77b02e7 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Runtime.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Runtime.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Triangle.Runtime.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Triangle.Runtime.dll index 40ea5bb2d..0bee4ac5b 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Triangle.Runtime.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Animation.Triangle.Runtime.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Editor.dll index 613b2d985..5fe684310 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Runtime.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Runtime.dll index 1c5d55977..b968c0220 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Runtime.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Common.Runtime.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Path.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Path.Editor.dll index e1afc3997..df3eca52a 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Path.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Path.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.Editor.dll index 8df8d1076..5f1811760 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.dll index 570598698..6b6394562 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.PixelPerfect.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Psdimporter.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Psdimporter.Editor.dll index 32709b32b..8265e2bed 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Psdimporter.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Psdimporter.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll index 0b814f600..cc9dabb25 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Editor.dll index 16d62e048..5b1578cf9 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Runtime.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Runtime.dll index 3149d026f..cb582f548 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Runtime.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.SpriteShape.Runtime.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll index e1b46787d..7f14e2d41 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll index 84a9762aa..3fd806676 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEditorBridge.001.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEditorBridge.001.dll index 3b6c5ef89..97edfefd9 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEditorBridge.001.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEditorBridge.001.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEngineBridge.001.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEngineBridge.001.dll index 225b94032..b918506ad 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEngineBridge.001.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.InternalAPIEngineBridge.001.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll index 336af934c..c737f1b22 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.dll index e37f27898..ad848e97c 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Mathematics.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Rider.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Rider.Editor.dll index 6bac6ae6c..47b3e97bd 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Rider.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Rider.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll index 8d3849f54..cb4541369 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.dll index c4541dd33..44b7ca5fa 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.TextMeshPro.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.Editor.dll index 935b925c8..ae3f3b002 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.dll index 6eefd869c..369af7f9b 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.Timeline.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.VSCode.Editor.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.VSCode.Editor.dll index b57b34afc..d3f5fa4ca 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.VSCode.Editor.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/Unity.VSCode.Editor.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.TestRunner.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.TestRunner.dll index ac4bf1486..297097d1a 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.TestRunner.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.TestRunner.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.UI.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.UI.dll index e952ef5de..7a4e83915 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.UI.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEditor.UI.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.TestRunner.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.TestRunner.dll index 8d8e3f837..973fd48cb 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.TestRunner.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.TestRunner.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.UI.dll b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.UI.dll index 6407729d6..558b8575f 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.UI.dll and b/CMPUT 250 W24 Lab 3/Library/ScriptAssemblies/UnityEngine.UI.dll differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/06b0d3aa0a7bd0a6802cdbd06608fc34.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/06b0d3aa0a7bd0a6802cdbd06608fc34.bin new file mode 100644 index 000000000..c2e0e6df4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/06b0d3aa0a7bd0a6802cdbd06608fc34.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/06da9706b179fc09fd73f8e68f4bab00.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/06da9706b179fc09fd73f8e68f4bab00.bin new file mode 100644 index 000000000..82fe4202c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/06da9706b179fc09fd73f8e68f4bab00.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/0e072c511601d185ec2b69b51ca85dae.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/0e072c511601d185ec2b69b51ca85dae.bin new file mode 100644 index 000000000..6c1bb3905 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/0e072c511601d185ec2b69b51ca85dae.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/0e7546fc35384c256f190bb179c9c108.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/0e7546fc35384c256f190bb179c9c108.bin new file mode 100644 index 000000000..4f113fe5f Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/0/0e7546fc35384c256f190bb179c9c108.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/1/1bfdd95221157b77368384fc9e408afb.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/1/1bfdd95221157b77368384fc9e408afb.bin new file mode 100644 index 000000000..2f3f26046 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/1/1bfdd95221157b77368384fc9e408afb.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/20ed51925fdc2a739215ef04111534e3.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/20ed51925fdc2a739215ef04111534e3.bin new file mode 100644 index 000000000..82fe4202c Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/20ed51925fdc2a739215ef04111534e3.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/25a4c93ce4ee52acd6ec95e6c96c4f73.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/25a4c93ce4ee52acd6ec95e6c96c4f73.bin new file mode 100644 index 000000000..4c7e897dd Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/25a4c93ce4ee52acd6ec95e6c96c4f73.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/2c7c6c924992e3fc6c119f5e299d1c6d.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/2c7c6c924992e3fc6c119f5e299d1c6d.bin new file mode 100644 index 000000000..ef89b9081 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/2/2c7c6c924992e3fc6c119f5e299d1c6d.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/3/343bf7c27e1509aa56d17b67c5298934.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/3/343bf7c27e1509aa56d17b67c5298934.bin new file mode 100644 index 000000000..333be42d2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/3/343bf7c27e1509aa56d17b67c5298934.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/3/3fd32d1b033f5aea988e46d4c600c0ff.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/3/3fd32d1b033f5aea988e46d4c600c0ff.bin new file mode 100644 index 000000000..144e09d03 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/3/3fd32d1b033f5aea988e46d4c600c0ff.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/453490a2129aab43b0f76fdb2d14f241.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/453490a2129aab43b0f76fdb2d14f241.bin new file mode 100644 index 000000000..2d2c061b5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/453490a2129aab43b0f76fdb2d14f241.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/48439258b8d861b245308a6efb29abb2.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/48439258b8d861b245308a6efb29abb2.bin new file mode 100644 index 000000000..b0b1c7d03 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/48439258b8d861b245308a6efb29abb2.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/4dbe25f884fa1d5c8728f0f8a0cdb776.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/4dbe25f884fa1d5c8728f0f8a0cdb776.bin new file mode 100644 index 000000000..2d2c061b5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/4/4dbe25f884fa1d5c8728f0f8a0cdb776.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/6/6a740e7f33b3b83932adb736cbfee1aa.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/6/6a740e7f33b3b83932adb736cbfee1aa.bin new file mode 100644 index 000000000..6c1bb3905 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/6/6a740e7f33b3b83932adb736cbfee1aa.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/6/6d8476e764fa117c3fb88c5e9e079952.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/6/6d8476e764fa117c3fb88c5e9e079952.bin new file mode 100644 index 000000000..0e71e148e Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/6/6d8476e764fa117c3fb88c5e9e079952.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/724393b113f8068ddb530bfba8736966.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/724393b113f8068ddb530bfba8736966.bin new file mode 100644 index 000000000..9a2515191 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/724393b113f8068ddb530bfba8736966.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/76d9f42bfba16401bbb894780a897782.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/76d9f42bfba16401bbb894780a897782.bin new file mode 100644 index 000000000..f52196a80 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/76d9f42bfba16401bbb894780a897782.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/7ab297cc4117b13404c6967f4f51700c.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/7ab297cc4117b13404c6967f4f51700c.bin new file mode 100644 index 000000000..7f92af2ef Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/7/7ab297cc4117b13404c6967f4f51700c.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8952cde754c672831f9b0e0c1b3bbfde.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8952cde754c672831f9b0e0c1b3bbfde.bin new file mode 100644 index 000000000..8a7189770 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8952cde754c672831f9b0e0c1b3bbfde.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8c8af63ac323038c4915a2d9ca6dae90.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8c8af63ac323038c4915a2d9ca6dae90.bin new file mode 100644 index 000000000..692e692d4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8c8af63ac323038c4915a2d9ca6dae90.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8fdea7121e2f85972bf7814a2e2a922d.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8fdea7121e2f85972bf7814a2e2a922d.bin new file mode 100644 index 000000000..ab87afac5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/8/8fdea7121e2f85972bf7814a2e2a922d.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/9/96c4910a2a2020bdef4f5eafb3e30406.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/9/96c4910a2a2020bdef4f5eafb3e30406.bin new file mode 100644 index 000000000..ab87afac5 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/9/96c4910a2a2020bdef4f5eafb3e30406.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/9/9745f0c8122cc7ff9d6a99c9933de53f.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/9/9745f0c8122cc7ff9d6a99c9933de53f.bin new file mode 100644 index 000000000..333be42d2 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/9/9745f0c8122cc7ff9d6a99c9933de53f.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/EditorEncounteredVariants b/CMPUT 250 W24 Lab 3/Library/ShaderCache/EditorEncounteredVariants index 38117e95c..65c0fbdeb 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/ShaderCache/EditorEncounteredVariants and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/EditorEncounteredVariants differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/a/ae6a7123e10cac7b881d88428ad06215.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/a/ae6a7123e10cac7b881d88428ad06215.bin new file mode 100644 index 000000000..b0b1c7d03 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/a/ae6a7123e10cac7b881d88428ad06215.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/d705caecbb39cf68d71ee0172ca04968.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/d705caecbb39cf68d71ee0172ca04968.bin new file mode 100644 index 000000000..144e09d03 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/d705caecbb39cf68d71ee0172ca04968.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/d8655370456d41fbfd8c62f8c6ef2587.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/d8655370456d41fbfd8c62f8c6ef2587.bin new file mode 100644 index 000000000..c72d5340b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/d8655370456d41fbfd8c62f8c6ef2587.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/dbfd492158b04eae644be86b220de4f2.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/dbfd492158b04eae644be86b220de4f2.bin new file mode 100644 index 000000000..9a2515191 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/d/dbfd492158b04eae644be86b220de4f2.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/e/e8412c9d2f2e3de171ef25bde9f612b6.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/e/e8412c9d2f2e3de171ef25bde9f612b6.bin new file mode 100644 index 000000000..2f3f26046 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/e/e8412c9d2f2e3de171ef25bde9f612b6.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/e/edc2143ae5d8f4175787f366325a50c4.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/e/edc2143ae5d8f4175787f366325a50c4.bin new file mode 100644 index 000000000..692e692d4 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/e/edc2143ae5d8f4175787f366325a50c4.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f7d2a9f1f862b6624e73d6c8eee302f7.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f7d2a9f1f862b6624e73d6c8eee302f7.bin new file mode 100644 index 000000000..7f92af2ef Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f7d2a9f1f862b6624e73d6c8eee302f7.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f906412a9b829f5afe7bb8d46ec205ed.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f906412a9b829f5afe7bb8d46ec205ed.bin new file mode 100644 index 000000000..4c7e897dd Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f906412a9b829f5afe7bb8d46ec205ed.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f9a1d9606d4633d772f1b83d29fad5d4.bin b/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f9a1d9606d4633d772f1b83d29fad5d4.bin new file mode 100644 index 000000000..4067bf15b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/Library/ShaderCache/f/f9a1d9606d4633d772f1b83d29fad5d4.bin differ diff --git a/CMPUT 250 W24 Lab 3/Library/SourceAssetDB b/CMPUT 250 W24 Lab 3/Library/SourceAssetDB index 3be50cff3..8a1c90723 100755 Binary files a/CMPUT 250 W24 Lab 3/Library/SourceAssetDB and b/CMPUT 250 W24 Lab 3/Library/SourceAssetDB differ diff --git a/CMPUT 250 W24 Lab 3/Library/SourceAssetDB-lock b/CMPUT 250 W24 Lab 3/Library/SourceAssetDB-lock index de130a9a0..af0b65775 100755 Binary files a/CMPUT 250 W24 Lab 3/Library/SourceAssetDB-lock and b/CMPUT 250 W24 Lab 3/Library/SourceAssetDB-lock differ diff --git a/CMPUT 250 W24 Lab 3/Library/StateCache/Hierarchy/a0e2d0-mainStage.json b/CMPUT 250 W24 Lab 3/Library/StateCache/Hierarchy/a0e2d0-mainStage.json index a140c34ad..4461fa5f1 100644 --- a/CMPUT 250 W24 Lab 3/Library/StateCache/Hierarchy/a0e2d0-mainStage.json +++ b/CMPUT 250 W24 Lab 3/Library/StateCache/Hierarchy/a0e2d0-mainStage.json @@ -1 +1 @@ -{"m_ExpandedPrefabGameObjectFileIDs":[],"m_ExpandedSceneGameObjectInstanceIDs":[-2088,-1724,-1182],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0} \ No newline at end of file +{"m_ExpandedPrefabGameObjectFileIDs":[],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0} \ No newline at end of file diff --git a/CMPUT 250 W24 Lab 3/Library/expandedItems b/CMPUT 250 W24 Lab 3/Library/expandedItems index e917ba501..d65e537bc 100644 Binary files a/CMPUT 250 W24 Lab 3/Library/expandedItems and b/CMPUT 250 W24 Lab 3/Library/expandedItems differ diff --git a/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe0.log b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe0.log new file mode 100644 index 000000000..07d60e41c --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe0.log @@ -0,0 +1,2 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler diff --git a/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe1.log b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe1.log new file mode 100644 index 000000000..07d60e41c --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe1.log @@ -0,0 +1,2 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler diff --git a/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe2.log b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe2.log new file mode 100644 index 000000000..07d60e41c --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe2.log @@ -0,0 +1,2 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler diff --git a/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe3.log b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe3.log new file mode 100644 index 000000000..07d60e41c --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe3.log @@ -0,0 +1,2 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler diff --git a/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe4.log b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe4.log new file mode 100644 index 000000000..07d60e41c --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe4.log @@ -0,0 +1,2 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler diff --git a/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe5.log b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe5.log new file mode 100644 index 000000000..75a8d884e --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe5.log @@ -0,0 +1,4 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler +Cmd: compileSnippet + api=4 type=0 insize=2984 outsize=1306 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR ok=1 diff --git a/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe6.log b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe6.log new file mode 100644 index 000000000..a09b60bae --- /dev/null +++ b/CMPUT 250 W24 Lab 3/Library/shadercompiler-UnityShaderCompiler.exe6.log @@ -0,0 +1,4 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2019.4.18f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler +Cmd: compileSnippet + api=4 type=1 insize=2984 outsize=470 kw= pd=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR ok=1 diff --git a/CMPUT 250 W24 Lab 3/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs b/CMPUT 250 W24 Lab 3/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs new file mode 100644 index 000000000..2afc03123 --- /dev/null +++ b/CMPUT 250 W24 Lab 3/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.1", FrameworkDisplayName = ".NET Framework 4.7.1")] diff --git a/CMPUT 250 W24 Lab 3/obj/Debug/Assembly-CSharp.csproj.AssemblyReference.cache b/CMPUT 250 W24 Lab 3/obj/Debug/Assembly-CSharp.csproj.AssemblyReference.cache new file mode 100644 index 000000000..bd6d98b76 Binary files /dev/null and b/CMPUT 250 W24 Lab 3/obj/Debug/Assembly-CSharp.csproj.AssemblyReference.cache differ diff --git a/CMPUT 250 W24 Lab 3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/CMPUT 250 W24 Lab 3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 000000000..25657531b Binary files /dev/null and b/CMPUT 250 W24 Lab 3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ