GavinCopley / sharedGame

Apache License 2.0
1 stars 1 forks source link

Make Various Levels #9

Closed MatthewBorabo closed 10 months ago

MatthewBorabo commented 10 months ago

Being able to switch between levels is completed (thanks to Gavin Copley)

GavinCopley commented 10 months ago

I did this by making it so that when you move a variable increases. When that variable is greater than another number you get switched into a new script with the second level. This way we can add an infinite amount of levels with enough time.