diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/.suo b/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/.suo index e8df0517993c52e1dedc42197ec4e770b95ac1d4..525ed1f26a2dcbce39ab607bfa65b573e46f8fcf 100644 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/.suo and b/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/.suo differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide b/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide index 97a53da6125cac8da31cd4c2dbc1c3449bd69f4d..89f645cf6abbf4155219177b33f55305614eb6f8 100644 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide and b/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide-shm b/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide-shm deleted file mode 100644 index b5bf29e1ed41c9cae2c960ef682ab0dc5f41ef9e..0000000000000000000000000000000000000000 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide-shm and /dev/null differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide-wal b/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide-wal deleted file mode 100644 index d2924be9e8ea711284fc44b6789a054e9b65d53b..0000000000000000000000000000000000000000 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/.vs/Tugas2_PBD_MRizkiFonna_13516001_rev/v16/Server/sqlite3/storage.ide-wal and /dev/null differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/Assets/BulletCtr.cs b/Tugas2_PBD_MRizkiFonna_13516001_rev/Assets/BulletCtr.cs index bcb2c09b01dca08a63e595d983881531b1d49da3..d27a65eed695f6548d5350db5ad6b4c41f8c6f27 100644 --- a/Tugas2_PBD_MRizkiFonna_13516001_rev/Assets/BulletCtr.cs +++ b/Tugas2_PBD_MRizkiFonna_13516001_rev/Assets/BulletCtr.cs @@ -10,6 +10,7 @@ public class BulletCtr : MonoBehaviour void Start() { rb = GetComponent<Rigidbody2D>(); + Invoke("BltDestroy", 0.8f); } // Update is called once per frame @@ -23,10 +24,16 @@ public class BulletCtr : MonoBehaviour { if (collision.gameObject.CompareTag("Floor")) { - Destroy(gameObject); - + //Destroy(gameObject); + BltDestroy(); } } + private void BltDestroy() + { + Destroy(gameObject); + + } + } diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/CurrentLayout.dwlt b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/CurrentLayout.dwlt index 721410cafc455afa8a5e07cce4247143a31ccc97..6d2c9723cb5f3a3a1854bfa6fdeaae9572e7d2ee 100644 --- a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/CurrentLayout.dwlt +++ b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/CurrentLayout.dwlt @@ -21,7 +21,7 @@ MonoBehaviour: m_ShowMode: 4 m_Title: m_RootView: {fileID: 6} - m_MinSize: {x: 950, y: 548} + m_MinSize: {x: 950, y: 300} m_MaxSize: {x: 10000, y: 10000} m_Maximized: 1 --- !u!114 &2 @@ -74,7 +74,7 @@ MonoBehaviour: m_MinSize: {x: 232, y: 498} m_MaxSize: {x: 10002, y: 14048} vertical: 1 - controlID: 38 + controlID: 89 --- !u!114 &4 MonoBehaviour: m_ObjectHideFlags: 52 @@ -94,8 +94,8 @@ MonoBehaviour: y: 0 width: 341 height: 354 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} + m_MinSize: {x: 202, y: 224} + m_MaxSize: {x: 4002, y: 4024} m_ActualView: {fileID: 20} m_Panes: - {fileID: 20} @@ -116,9 +116,9 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 970 + x: 1089 y: 0 - width: 396 + width: 277 height: 635 m_MinSize: {x: 277, y: 74} m_MaxSize: {x: 4002, y: 4024} @@ -198,10 +198,10 @@ MonoBehaviour: y: 30 width: 1366 height: 635 - m_MinSize: {x: 953, y: 498} - m_MaxSize: {x: 22008, y: 14048} + m_MinSize: {x: 957, y: 498} + m_MaxSize: {x: 22012, y: 14048} vertical: 0 - controlID: 58 + controlID: 159 --- !u!114 &9 MonoBehaviour: m_ObjectHideFlags: 52 @@ -242,12 +242,12 @@ MonoBehaviour: serializedVersion: 2 x: 341 y: 0 - width: 373 + width: 504 height: 635 m_MinSize: {x: 204, y: 448} m_MaxSize: {x: 4004, y: 8048} vertical: 1 - controlID: 59 + controlID: 160 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -263,12 +263,12 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 714 + x: 845 y: 0 - width: 256 + width: 244 height: 635 - m_MinSize: {x: 240, y: 200} - m_MaxSize: {x: 4000, y: 4000} + m_MinSize: {x: 244, y: 224} + m_MaxSize: {x: 4004, y: 4024} m_ActualView: {fileID: 15} m_Panes: - {fileID: 15} @@ -291,10 +291,10 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 373 + width: 504 height: 366 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} + m_MinSize: {x: 204, y: 224} + m_MaxSize: {x: 4004, y: 4024} m_ActualView: {fileID: 23} m_Panes: - {fileID: 23} @@ -318,7 +318,7 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 366 - width: 373 + width: 504 height: 269 m_MinSize: {x: 204, y: 224} m_MaxSize: {x: 4004, y: 4024} @@ -412,9 +412,9 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 714 + x: 845 y: 73 - width: 252 + width: 240 height: 615 m_PersistentViewDataDictionary: {fileID: 0} m_PreviewResizer: @@ -444,14 +444,14 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 274 + x: 341 y: 439 - width: 567 + width: 500 height: 249 m_PersistentViewDataDictionary: {fileID: 0} m_LockTracker: m_IsLocked: 0 - m_LastSelectedObjectID: 9218 + m_LastSelectedObjectID: 9256 --- !u!114 &17 MonoBehaviour: m_ObjectHideFlags: 52 @@ -530,9 +530,9 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 970 + x: 1089 y: 73 - width: 394 + width: 275 height: 615 m_PersistentViewDataDictionary: {fileID: 0} m_ObjectsLockedBeforeSerialization: [] @@ -573,9 +573,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 02240000 - m_LastClickedID: 9218 - m_ExpandedIDs: defbffff1c240000 + m_SelectedIDs: + m_LastClickedID: 0 + m_ExpandedIDs: defbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -637,20 +637,20 @@ MonoBehaviour: m_ShowAllHits: 0 m_SearchArea: 1 m_Folders: - - Assets/Resources + - Assets m_ViewMode: 1 m_StartGridSize: 16 m_LastFolders: - - Assets/Resources + - Assets m_LastFoldersGridSize: 16 m_LastProjectPath: E:\Tubes2_PBD\if3210-2020-unity-13516001\Tugas2_PBD_MRizkiFonna_13516001_rev m_LockTracker: m_IsLocked: 0 m_FolderTreeState: - scrollPos: {x: 0, y: 364} - m_SelectedIDs: c4420000 - m_LastClickedID: 17092 - m_ExpandedIDs: 000000007a090000240b0000e20b0000440d0000820d0000120e0000680e000084100000dc110000b412000092130000f2130000fa190000121b0000081c0000641e0000761e00006823000000ca9a3b + scrollPos: {x: 0, y: 95} + m_SelectedIDs: 7e090000 + m_LastClickedID: 2430 + m_ExpandedIDs: 000000007e090000280b0000e80b00004e0d00008c0d00001c0e0000720e00008e100000e6110000c2120000a0130000001400000e1a0000261b00001c1c00007c1e00008e1e00008023000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -678,7 +678,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000007a090000240b0000440d0000820d0000120e0000680e000084100000dc110000b412000092130000f2130000fa190000121b0000081c0000641e0000761e000068230000 + m_ExpandedIDs: 000000007e090000280b0000e80b00004e0d00008c0d00001c0e0000720e00008e100000e6110000c2120000a0130000001400000e1a0000261b00001c1c00007c1e00008e1e000080230000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -756,7 +756,7 @@ MonoBehaviour: serializedVersion: 2 x: 341 y: 439 - width: 369 + width: 500 height: 249 m_PersistentViewDataDictionary: {fileID: 0} m_MaximizeOnPlay: 0 @@ -769,8 +769,8 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -184.5 - m_HBaseRangeMax: 184.5 + m_HBaseRangeMin: -250 + m_HBaseRangeMax: 250 m_VBaseRangeMin: -116 m_VBaseRangeMax: 116 m_HAllowExceedBaseRangeMin: 1 @@ -790,25 +790,25 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 17 - width: 369 + width: 500 height: 232 m_Scale: {x: 1, y: 1} - m_Translation: {x: 184.5, y: 116} + m_Translation: {x: 250, y: 116} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -184.5 + x: -250 y: -116 - width: 369 + width: 500 height: 232 m_MinimalGUI: 1 m_defaultScale: 1 m_TargetTexture: {fileID: 0} m_CurrentColorSpace: 0 - m_LastWindowPixelSize: {x: 369, y: 249} + m_LastWindowPixelSize: {x: 500, y: 249} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000100000100 @@ -835,7 +835,7 @@ MonoBehaviour: serializedVersion: 2 x: 341 y: 73 - width: 369 + width: 500 height: 346 m_PersistentViewDataDictionary: {fileID: 0} m_WindowGUID: 7a5f7ddc751c2bd40b9869868331e2ce @@ -870,9 +870,9 @@ MonoBehaviour: speed: 2 m_Value: 0 zGrid: - m_Target: 0 + m_Target: 1 speed: 2 - m_Value: 0 + m_Value: 1 m_Rotation: m_Target: {x: 0, y: 0, z: 0, w: 1} speed: 2 diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.dll b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.dll index 6d8a131eef34a7bcaa29d47a914f3a2678e1832f..23eba12662e3fe36d67df8c828e5b99a8d8a3e22 100644 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.dll and b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.pdb index 5d4d4afa55a1b9b3c640ca98924e5af750899629..7006e5921d5de68693f9031713dba7676ebbba07 100644 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.pdb and b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/assetDatabase3 b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/assetDatabase3 index d9c240042a4519ca0771301ea845b8487b40ef82..b7cdbd4a04b35e82304ba44c1da8084048f8c85c 100644 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/assetDatabase3 and b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/assetDatabase3 differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/metadata/ff/ffa285d1b6d27b94a8239849bba63670 b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/metadata/ff/ffa285d1b6d27b94a8239849bba63670 index 0d9e7ecee18ee3e5c405eeafaa600fc76a845bb8..61341a4cad75fd7bbab692d427ec2032fcf4f86d 100644 Binary files a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/metadata/ff/ffa285d1b6d27b94a8239849bba63670 and b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/metadata/ff/ffa285d1b6d27b94a8239849bba63670 differ diff --git a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/shadercompiler-UnityShaderCompiler.exe0.log b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/shadercompiler-UnityShaderCompiler.exe0.log index 52aaf78bb3fbc2ae729aed4b9cf753b0e7965a29..fdbb6333338307cceced93c76663d270f0d10837 100644 --- a/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/shadercompiler-UnityShaderCompiler.exe0.log +++ b/Tugas2_PBD_MRizkiFonna_13516001_rev/Library/shadercompiler-UnityShaderCompiler.exe0.log @@ -10,16 +10,3 @@ Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler -Cmd: initializeCompiler