From 22c76038b67feed90d067511fd4f2bb1b2b3be41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 11 Aug 2023 00:03:54 +0300 Subject: [PATCH] Unity 2022.3.7 Update --- Jump Game/ProjectSettings/ProjectVersion.txt | 4 ++-- .../UserSettings/Layouts/default-2022.dwlt | 24 +++++++++---------- README.md | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Jump Game/ProjectSettings/ProjectVersion.txt b/Jump Game/ProjectSettings/ProjectVersion.txt index 0a60761..78a7788 100644 --- a/Jump Game/ProjectSettings/ProjectVersion.txt +++ b/Jump Game/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.5f1 -m_EditorVersionWithRevision: 2022.3.5f1 (9674261d40ee) +m_EditorVersion: 2022.3.7f1 +m_EditorVersionWithRevision: 2022.3.7f1 (b16b3b16c7a0) diff --git a/Jump Game/UserSettings/Layouts/default-2022.dwlt b/Jump Game/UserSettings/Layouts/default-2022.dwlt index c084f80..7b1083a 100644 --- a/Jump Game/UserSettings/Layouts/default-2022.dwlt +++ b/Jump Game/UserSettings/Layouts/default-2022.dwlt @@ -68,8 +68,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} @@ -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} @@ -373,9 +373,9 @@ MonoBehaviour: m_IsLocked: 0 m_FolderTreeState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: da400000 - m_LastClickedID: 16602 - m_ExpandedIDs: 00000000da4000000e4100004a410000d2410000524200009a42000000ca9a3bffffff7f + m_SelectedIDs: 72560000 + m_LastClickedID: 22130 + m_ExpandedIDs: 00000000725600007456000076560000785600007a5600007c56000000ca9a3bffffff7f m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -403,7 +403,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 00000000da4000000e4100004a410000d2410000524200009a420000 + m_ExpandedIDs: 00000000725600007456000076560000785600007a5600007c560000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -545,9 +545,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: d058ffff + m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 545bffff + m_ExpandedIDs: bef8ffff m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: diff --git a/README.md b/README.md index cc517dc..92d9320 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Jump Game

-

Unity 2022.3.5 | Download Game | GPLv3

+

Unity 2022.3.7 | Download Game | GPLv3

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

---