AxlLind / Strive

Infinite jumper mobile game created in Unity.
6 stars 1 forks source link

Smaller enhancements #85

Closed AxlLind closed 7 years ago

AxlLind commented 7 years ago

Contains many different smaller enchancements:

AxlLind commented 7 years ago

Ternary all the things! Since alreadyExists gets set to true the first time the object is spawned it's fine for it to be uninitialized. But I think a boolean is like an int, meaning it cannot be uninitialized, it will be false by default.