bugfix : normalize player cheat
detail : 1. player max health cannot below 1 (min 1), current health cannot exceed max heath after cheat 2. player damage cannot below 1 (min 1) 3. player movement cannot below 1 (min 1)
Showing
- My project/Assets/Scripts/Boss/BossHealth.cs 1 addition, 1 deletionMy project/Assets/Scripts/Boss/BossHealth.cs
- My project/Assets/Scripts/Enemy/EnemyHealth.cs 1 addition, 1 deletionMy project/Assets/Scripts/Enemy/EnemyHealth.cs
- My project/Assets/Scripts/Player/PlayerHealth.cs 2 additions, 1 deletionMy project/Assets/Scripts/Player/PlayerHealth.cs
- My project/Assets/Scripts/Player/PlayerMovement.cs 1 addition, 1 deletionMy project/Assets/Scripts/Player/PlayerMovement.cs
- README.md 3 additions, 3 deletionsREADME.md
Please register or sign in to comment