This website works better with JavaScript.
Home
Help
Sign In
RMIT
/
Major_Project_A
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
https://bitbucket.org/JoshuaReason/major-project-a
master
s3607057 (Angus Niven)
5 years ago
parent
ecb0fe6dc8
14fc59540f
commit
2213a1c62f
8 changed files
with
51 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Assets/Models.meta
+8
-0
Assets/Plugins/IngameDebugConsole/Android.meta
+8
-0
Assets/Plugins/IngameDebugConsole/Prefabs.meta
+8
-0
Assets/Plugins/IngameDebugConsole/Scripts.meta
+8
-0
Assets/Plugins/IngameDebugConsole/Sprites.meta
+8
-0
Assets/Plugins/IngameDebugConsole/Sprites/Unused.meta
+2
-1
Assets/Scripts/LevelBlocks/Air.cs
+8
-0
Assets/Scripts/LogicBlocks.meta
Assets/Scripts/Components.meta → Assets/Models.meta
View File
@ -1,5 +1,5 @@
fileFormatVersion: 2
guid:
8d7394d70ec233849a60a26da5f23b75
guid:
296bd90e667df1f4697823a0aa45acf0
folderAsset: yes
DefaultImporter:
externalObjects: {}
+ 8
- 0
Assets/Plugins/IngameDebugConsole/Android.meta
View File
@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 3d7d7a61a5341904eb3c65af025b1d86
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+ 8
- 0
Assets/Plugins/IngameDebugConsole/Prefabs.meta
View File
@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7dbc36665bc0d684db9a4447e27a7a4b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+ 8
- 0
Assets/Plugins/IngameDebugConsole/Scripts.meta
View File
@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 860c08388401a6d4e858fe4910ea9337
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+ 8
- 0
Assets/Plugins/IngameDebugConsole/Sprites.meta
View File
@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: cb5d7b23a9e684a41a6a5d4f300eb1e6
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+ 8
- 0
Assets/Plugins/IngameDebugConsole/Sprites/Unused.meta
View File
@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f6caae32d463529478f2186f47c2e3fe
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+ 2
- 1
Assets/Scripts/LevelBlocks/Air.cs
View File
@ -24,15 +24,16 @@ public class Air : ActiveBlock
Debug
.
Log
(
"Set player scale to one"
)
;
player
.
transform
.
localScale
=
Vector3
.
one
;
isFinished
=
true
;
}
public
override
IEnumerator
OnRoundEnd
(
PlayerData
[
]
allPlayers
)
{
isFinished
=
true
;
DeleteCount
-
-
;
if
(
DeleteCount
=
=
0
)
Destroy
(
gameObject
)
;
yield
break
;
}
+ 8
- 0
Assets/Scripts/LogicBlocks.meta
View File
@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8936b441d7647f74884c94f97bfb8931
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Write
Preview
Loading…
Cancel
Save