diff options
author | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-27 14:43:34 +0200 |
---|---|---|
committer | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-27 14:43:34 +0200 |
commit | 262be7cfa429a30bafec50efe8fb2154d73e2eeb (patch) | |
tree | dd136268a1392eb849bfdb65343f6f884fea9df8 /nGJ2019/Assets/Scripts/DragonMovement.cs | |
parent | 9222754ebc29c533d70c283896895dfb852c3cdc (diff) | |
parent | 4f868dfa15c552cd8b436c5b78fc2254f380ce8f (diff) |
merge
Diffstat (limited to 'nGJ2019/Assets/Scripts/DragonMovement.cs')
-rw-r--r-- | nGJ2019/Assets/Scripts/DragonMovement.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nGJ2019/Assets/Scripts/DragonMovement.cs b/nGJ2019/Assets/Scripts/DragonMovement.cs index 24b6666..f2c1cb5 100644 --- a/nGJ2019/Assets/Scripts/DragonMovement.cs +++ b/nGJ2019/Assets/Scripts/DragonMovement.cs @@ -232,7 +232,6 @@ public class DragonMovement : MonoBehaviour EnemyCollider enemy = other.gameObject.GetComponent<EnemyCollider>(); if(enemy != null) { - //Debug.Log(enemy.type == ObstacleType.alfa ? "alfa hit" : "beta hit"); healthBar.health--; } } |