1
0
mirror of https://github.com/cwchristerw/jump-game synced 2024-09-16 19:49:34 +00:00

Unity 2022.3.9 Update

This commit is contained in:
Christer Warén 2023-09-13 23:51:14 +03:00
parent 7988614420
commit 7f28046467
3 changed files with 10 additions and 10 deletions

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.8f1
m_EditorVersionWithRevision: 2022.3.8f1 (b5eafc012955)
m_EditorVersion: 2022.3.9f1
m_EditorVersionWithRevision: 2022.3.9f1 (ea401c316338)

View File

@ -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}
@ -373,9 +373,9 @@ MonoBehaviour:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 34560000
m_LastClickedID: 22068
m_ExpandedIDs: 000000003456000036560000385600003a5600003c5600003e56000000ca9a3bffffff7f
m_SelectedIDs: 42550000
m_LastClickedID: 21826
m_ExpandedIDs: 00000000425500004455000046550000485500004a5500004c55000000ca9a3bffffff7f
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -403,7 +403,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 000000003456000036560000385600003a5600003c5600003e560000
m_ExpandedIDs: 00000000425500004455000046550000485500004a5500004c550000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -547,7 +547,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: faf6ffff
m_ExpandedIDs: 24fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:

View File

@ -3,7 +3,7 @@
</p>
<h1 align="center">Jump Game</h1>
<p align="center"><a href="https://unity.com/releases/editor/whats-new/2022.3.8">Unity 2022.3.8</a> | <a href="https://nicecat.wgi.fi/jump-game">Download Game</a> | <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a></p>
<p align="center"><a href="https://unity.com/releases/editor/whats-new/2022.3.9">Unity 2022.3.9</a> | <a href="https://nicecat.wgi.fi/jump-game">Download Game</a> | <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a></p>
<p align="center">This game was originally created as school project in Let's make a game! course at <a href="https://www.samk.fi/en/">Satakunta University of Applied Sciences</a>.</p>
---