mandaw2014 / Rally

A Simple Racing Game Made In Python With The Ursina Engine
https://mandaw2014.itch.io/rally
MIT License
50 stars 19 forks source link

Tracks being a .json #3

Closed vitor9090 closed 2 years ago

vitor9090 commented 2 years ago

Wouldn't be better if the tracks were .json files?

mandaw2014 commented 2 years ago

Do you mean the model of the track or the python script?

andriemc commented 2 years ago

It would take like forever to change all of them from .py files to .json files, Plus why? You could've just edited the .py script of them, You don't need .json files.

mandaw2014 commented 2 years ago

It would take like forever to change all of them from .py files to .json files, Plus why? You could've just edited the .py script of them, You don't need .json files.

Wait what? The tracks aren't json files, they're .obj's. I use json files for saving the highscores and the unlocks

andriemc commented 2 years ago

He ment the python files but ok.

mandaw2014 commented 2 years ago

Ah ok, sorry I misunderstood