add some extra assets FX and SFX
This commit is contained in:
@@ -13,7 +13,8 @@ MonoImporter:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 40995
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure Creator 3D + 2.5D
|
||||
packageVersion: 3.77g
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure FPS TPS Creator 3D +
|
||||
2.5D
|
||||
packageVersion: 3.77h
|
||||
assetPath: Assets/Game Kit Controller/Scripts/Ladder System/ladderSystem.cs
|
||||
uploadId: 814740
|
||||
uploadId: 889948
|
||||
|
||||
@@ -210,41 +210,22 @@ public class playerLadderSystem : MonoBehaviour
|
||||
if (useLocalMovementDirection || useAlwaysLocalMovementDirection) {
|
||||
if (movementDirection == 1) {
|
||||
if (ladderVerticalInput > 0) {
|
||||
//print (1);
|
||||
} else if (ladderVerticalInput < 0) {
|
||||
//print (2);
|
||||
|
||||
} else if (ladderVerticalInput < 0) {
|
||||
if (moveInLadderCenter || !ladderStartDetected) {
|
||||
moveHorizontallyResult = false;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (ladderVerticalInput > 0) {
|
||||
//print (3);
|
||||
|
||||
} else if (ladderVerticalInput < 0) {
|
||||
//print (4);
|
||||
|
||||
if (moveInLadderCenter || !ladderStartDetected) {
|
||||
moveHorizontallyResult = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
//if (movementDirection == 1) {
|
||||
// if (ladderVerticalInput > 0) {
|
||||
// print (1);
|
||||
// } else if (ladderVerticalInput < 0) {
|
||||
// print (2);
|
||||
// }
|
||||
//} else {
|
||||
// if (ladderVerticalInput > 0) {
|
||||
// print (3);
|
||||
// } else if (ladderVerticalInput < 0) {
|
||||
// print (4);
|
||||
|
||||
// //moveHorizontallyResult = false;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -352,7 +333,9 @@ public class playerLadderSystem : MonoBehaviour
|
||||
if (Time.time < lastTimeEnterLadder + 0.1f) {
|
||||
if (currentLadderSystem != null && currentLadderSystem == newLadderSystem) {
|
||||
if (canUseSimpleLaddersOnFBA && currentLadderSystem.canUseSimpleLaddersOnFBA) {
|
||||
print ("cancel ladder");
|
||||
if (showDebugPrint) {
|
||||
print ("cancel ladder");
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@ MonoImporter:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 40995
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure Creator 3D + 2.5D
|
||||
packageVersion: 3.77g
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure FPS TPS Creator 3D +
|
||||
2.5D
|
||||
packageVersion: 3.77h
|
||||
assetPath: Assets/Game Kit Controller/Scripts/Ladder System/playerLadderSystem.cs
|
||||
uploadId: 814740
|
||||
uploadId: 889948
|
||||
|
||||
Reference in New Issue
Block a user