Compare commits
No commits in common. "295163818c8aada82f79703a2c76601d47e9124b" and "cfe19c34b690bdd11ad5ab330e240d045ba7a0e1" have entirely different histories.
295163818c
...
cfe19c34b6
@ -1,7 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.unity.2d.sprite": "1.0.0",
|
||||
"com.unity.2d.spriteshape": "9.0.3",
|
||||
"com.unity.2d.spriteshape": "9.0.2",
|
||||
"com.unity.2d.tilemap": "1.0.0",
|
||||
"com.unity.ai.navigation": "1.1.5",
|
||||
"com.unity.collab-proxy": "2.3.1",
|
||||
|
@ -20,12 +20,12 @@
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.2d.spriteshape": {
|
||||
"version": "9.0.3",
|
||||
"version": "9.0.2",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.mathematics": "1.1.0",
|
||||
"com.unity.2d.common": "8.0.2",
|
||||
"com.unity.2d.common": "8.0.1",
|
||||
"com.unity.modules.physics2d": "1.0.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
@ -49,7 +49,7 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.burst": {
|
||||
"version": "1.8.15",
|
||||
"version": "1.8.13",
|
||||
"depth": 2,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
|
@ -1,2 +1,2 @@
|
||||
m_EditorVersion: 2022.3.33f1
|
||||
m_EditorVersionWithRevision: 2022.3.33f1 (b2c853adf198)
|
||||
m_EditorVersion: 2022.3.27f1
|
||||
m_EditorVersionWithRevision: 2022.3.27f1 (73effa14754f)
|
||||
|
@ -49,7 +49,6 @@ MonoBehaviour:
|
||||
m_MaxSize: {x: 24288, y: 16192}
|
||||
vertical: 0
|
||||
controlID: 40
|
||||
draggingID: 0
|
||||
--- !u!114 &3
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@ -225,7 +224,6 @@ MonoBehaviour:
|
||||
m_MaxSize: {x: 16192, y: 16192}
|
||||
vertical: 1
|
||||
controlID: 41
|
||||
draggingID: 0
|
||||
--- !u!114 &10
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@ -251,7 +249,6 @@ MonoBehaviour:
|
||||
m_MaxSize: {x: 16192, y: 8096}
|
||||
vertical: 0
|
||||
controlID: 42
|
||||
draggingID: 0
|
||||
--- !u!114 &11
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
@ -378,7 +375,7 @@ MonoBehaviour:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs: 54550000
|
||||
m_LastClickedID: 21844
|
||||
m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
|
||||
m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@ -406,7 +403,7 @@ MonoBehaviour:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 00000000ca550000cc550000ce550000d0550000d2550000d4550000
|
||||
m_ExpandedIDs: 00000000e4550000e6550000e8550000ea550000ec550000ee550000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
@ -550,7 +547,7 @@ MonoBehaviour:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 06fbffff
|
||||
m_ExpandedIDs: 92f9ffff
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -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.33">Unity 2022.3.33</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.27">Unity 2022.3.27</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>
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user