diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index f2e63c6..31459c0 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.31f1 -m_EditorVersionWithRevision: 2022.3.31f1 (4ede2d13e8b4) +m_EditorVersion: 2022.3.33f1 +m_EditorVersionWithRevision: 2022.3.33f1 (b2c853adf198) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index fa214cb..989dae8 100644 --- a/Jump Game/UserSettings/Layouts/default-2022.dwlt +++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt @@ -49,6 +49,7 @@ MonoBehaviour: m_MaxSize: {x: 24288, y: 16192} vertical: 0 controlID: 40 + draggingID: 0 --- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 @@ -68,8 +69,8 @@ MonoBehaviour: y: 0 width: 516 height: 1291 - m_MinSize: {x: 275, y: 50} - m_MaxSize: {x: 4000, y: 4000} + m_MinSize: {x: 276, y: 71} + m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 14} m_Panes: - {fileID: 14} @@ -224,6 +225,7 @@ MonoBehaviour: m_MaxSize: {x: 16192, y: 16192} vertical: 1 controlID: 41 + draggingID: 0 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -249,6 +251,7 @@ MonoBehaviour: m_MaxSize: {x: 16192, y: 8096} vertical: 0 controlID: 42 + draggingID: 0 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -268,8 +271,8 @@ MonoBehaviour: y: 0 width: 1526 height: 781 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} + m_MinSize: {x: 202, y: 221} + m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 17} m_Panes: - {fileID: 16} @@ -375,7 +378,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: 54550000 m_LastClickedID: 21844 - m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000 + m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -403,7 +406,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000e6550000e8550000ea550000ec550000ee550000f0550000 + m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -547,7 +550,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 52faffff + m_ExpandedIDs: 06fbffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1088,7 +1091,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 cc1d46a..6d0463a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.31 | Download Game | GPLv3

+

Unity 2022.3.33 | Download Game | GPLv3

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

---