Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Commit

Permalink
Codeverschönerungen
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed May 25, 2017
1 parent 13edadc commit 757f00a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Platformer_001/Assets/Scripts/Endlosmodus/Highscore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
public class Highscore : MonoBehaviour {
public Text liveAnzeige;

// Use this for initialization
void Start (){
}

// Update is called once per frame
void Update () {

}

public void saveLength(int length) {
if (liveAnzeige != null) {
liveAnzeige.text = "" + length;
Expand Down

0 comments on commit 757f00a

Please sign in to comment.