New anim added
This commit is contained in:
@@ -63,4 +63,13 @@ public class LevelGenerator : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void OnDrawGizmos(){
|
||||
if(Levels == null){return;}
|
||||
if(Levels.Count < 2){return;}
|
||||
for(int i=1; i < Levels.Count; i++){
|
||||
Gizmos.DrawLine(new Vector3((i-1)*spaceBetween, Levels[i-1]), new Vector3((i)*spaceBetween, Levels[i]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user