diff --git a/Jump Game/Packages/packages-lock.json b/Jump Game/Packages/packages-lock.json index c6c7d77..3539823 100644 --- a/Jump Game/Packages/packages-lock.json +++ b/Jump Game/Packages/packages-lock.json @@ -49,7 +49,7 @@ "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.12", + "version": "1.8.13", "depth": 2, "source": "registry", "dependencies": { diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index c47c8be..e3269c9 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.22f1 -m_EditorVersionWithRevision: 2022.3.22f1 (887be4894c44) +m_EditorVersion: 2022.3.25f1 +m_EditorVersionWithRevision: 2022.3.25f1 (530ae0ba3889) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index 6f9c15b..b22508b 100644 --- a/Jump Game/UserSettings/Layouts/default-2022.dwlt +++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt @@ -48,7 +48,7 @@ MonoBehaviour: m_MinSize: {x: 300, y: 100} m_MaxSize: {x: 24288, y: 16192} vertical: 0 - controlID: 40 + controlID: 101 --- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 @@ -68,8 +68,8 @@ MonoBehaviour: y: 0 width: 516 height: 1291 - m_MinSize: {x: 276, y: 71} - m_MaxSize: {x: 4001, y: 4021} + m_MinSize: {x: 275, y: 50} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 14} m_Panes: - {fileID: 14} @@ -94,8 +94,8 @@ MonoBehaviour: y: 0 width: 502 height: 781 - m_MinSize: {x: 201, y: 221} - m_MaxSize: {x: 4001, y: 4021} + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 15} m_Panes: - {fileID: 15} @@ -268,8 +268,8 @@ MonoBehaviour: y: 0 width: 1526 height: 781 - m_MinSize: {x: 202, y: 221} - m_MaxSize: {x: 4002, y: 4021} + m_MinSize: {x: 200, y: 200} + m_MaxSize: {x: 4000, y: 4000} m_ActualView: {fileID: 17} m_Panes: - {fileID: 16} @@ -375,7 +375,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: 54550000 m_LastClickedID: 21844 - m_ExpandedIDs: 00000000e4560000e6560000e8560000ea560000ec560000ee560000 + m_ExpandedIDs: 00000000a8590000aa590000ac590000ae590000b0590000b2590000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -403,7 +403,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000e4560000e6560000e8560000ea560000ec560000ee560000 + m_ExpandedIDs: 00000000a8590000aa590000ac590000ae590000b0590000b2590000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -547,7 +547,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 8af3ffff + m_ExpandedIDs: a0e1ffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1088,7 +1088,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 0 + m_EnableMouseInput: 1 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 diff --git a/README.md b/README.md index 2a2d7df..fe76305 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.22 | Download Game | GPLv3

+

Unity 2022.3.25 | Download Game | GPLv3

This game was originally created as school project in Let's make a game! course at Satakunta University of Applied Sciences.

---