Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
felicijus committed Aug 5, 2021
1 parent 52cd8e4 commit 6e3d823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
11 changes: 0 additions & 11 deletions Platformer/Assets/Scripts/Global/GameController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,7 @@ private void Awake()

start_pos_s = start_pos;
}

// Start is called before the first frame update
private void Start()
{

}

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

}

public static void TimeStop()
{
Expand Down
3 changes: 2 additions & 1 deletion Platformer/Assets/Scripts/World/WorldGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
public class WorldGenerator : MonoBehaviour
{
[SerializeField] private Transform chunk_start;
[SerializeField] private List <Transform> chunk_list;
[SerializeField] private List <Transform> chunk_list; /* Chunks are prefabs and are initialised via the Unity Inspector */

[Range(0, 10f)] [SerializeField] private int start_chunks;
[Range(0, 500f)] [SerializeField] private int chunk_visibility;

Expand Down
2 changes: 1 addition & 1 deletion Platformer/highscore.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Felix​526
Felix​382
Felix​206
​114
Expand All @@ -7,4 +8,3 @@ Felix Schneider​24
Init0
Init0
Init0
Init0

0 comments on commit 6e3d823

Please sign in to comment.