aboutsummaryrefslogtreecommitdiff
path: root/Assets/Scripts/Player/PlayerStats.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-06-02 10:12:41 -0400
committerAlee <Alee14498@gmail.com>2019-06-02 10:12:41 -0400
commit0c39c54f308f01b0b23a501264309bb517649088 (patch)
tree3d8a2cffeb27999d293d07eb0f06ceeb3efe3813 /Assets/Scripts/Player/PlayerStats.cs
parent1cdbc43122d172c53113c1c4e8d3e95f522dea2a (diff)
downloadUnicity-0c39c54f308f01b0b23a501264309bb517649088.tar.gz
Unicity-0c39c54f308f01b0b23a501264309bb517649088.tar.bz2
Unicity-0c39c54f308f01b0b23a501264309bb517649088.zip
Cylex's stuff + Added some things
Diffstat (limited to 'Assets/Scripts/Player/PlayerStats.cs')
-rw-r--r--Assets/Scripts/Player/PlayerStats.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Player/PlayerStats.cs b/Assets/Scripts/Player/PlayerStats.cs
index 64d9a45..f35360b 100644
--- a/Assets/Scripts/Player/PlayerStats.cs
+++ b/Assets/Scripts/Player/PlayerStats.cs
@@ -42,7 +42,7 @@ public class PlayerStats : MonoBehaviour
private void Update()
{
- if(Input.GetKeyDown(KeyCode.A))
+ if(Input.GetKeyDown(KeyCode.K))
{
Debug.Log("You have given yourself 10% Hunger and Bladder");
Hunger += 10;