From 6e3d82396cd6b178c534df2a818c27fc9585ac13 Mon Sep 17 00:00:00 2001 From: felicijus <77450740+felicijus@users.noreply.github.com> Date: Thu, 5 Aug 2021 20:24:22 +0200 Subject: [PATCH] Comments --- Platformer/Assets/Scripts/Global/GameController.cs | 11 ----------- Platformer/Assets/Scripts/World/WorldGenerator.cs | 3 ++- Platformer/highscore.txt | 2 +- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Platformer/Assets/Scripts/Global/GameController.cs b/Platformer/Assets/Scripts/Global/GameController.cs index ac74e13..d4e5b3e 100644 --- a/Platformer/Assets/Scripts/Global/GameController.cs +++ b/Platformer/Assets/Scripts/Global/GameController.cs @@ -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() { diff --git a/Platformer/Assets/Scripts/World/WorldGenerator.cs b/Platformer/Assets/Scripts/World/WorldGenerator.cs index f30cad1..a435842 100644 --- a/Platformer/Assets/Scripts/World/WorldGenerator.cs +++ b/Platformer/Assets/Scripts/World/WorldGenerator.cs @@ -15,7 +15,8 @@ public class WorldGenerator : MonoBehaviour { [SerializeField] private Transform chunk_start; - [SerializeField] private List chunk_list; + [SerializeField] private List 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; diff --git a/Platformer/highscore.txt b/Platformer/highscore.txt index cf783fa..032673e 100644 --- a/Platformer/highscore.txt +++ b/Platformer/highscore.txt @@ -1,3 +1,4 @@ +Felix​526 Felix​382 Felix​206 ​114 @@ -7,4 +8,3 @@ Felix Schneider​24 Init0 Init0 Init0 -Init0