Skip to content

Commit

Permalink
Deleted unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
SMToad committed Apr 29, 2022
1 parent 34a043e commit be74afc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 61 deletions.
8 changes: 0 additions & 8 deletions Assets/Scenes/Scripts/Mover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ void Start()
{
dTime=Time.deltaTime;
playerYPosition=GameObject.Find("Player Roomba").transform.position.y;
UselessFunction();
}

// Update is called once per frame
Expand All @@ -38,11 +37,4 @@ void MovePlayer()
transform.Translate (xValue, yValue - (isOnGround? 0 : 1) * gravity, zValue);

}

void UselessFunction()
{
Debug.Log("Why am I doing this? me not learning anything be like");
Debug.Log("Anyway Eruri canon");
Debug.Log("Fanfiction time babyyyyy");
}
}
1 change: 0 additions & 1 deletion Assets/Scenes/Scripts/PlayerStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

public class PlayerStats : MonoBehaviour
{
// should be const!!!!!!!!!!!!!
[SerializeField] public static float hpMax = 100;
[SerializeField] public static float capacityMax = 50;
//
Expand Down
41 changes: 0 additions & 41 deletions Assets/Scenes/Scripts/TitanHit.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/Scenes/Scripts/TitanHit.cs.meta

This file was deleted.

0 comments on commit be74afc

Please sign in to comment.