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

Added a car animation in the garage and smooth texture loading #2

Closed megat69 closed 2 years ago

megat69 commented 2 years ago

I implemented the loading of car textures in another thread for smooth loading, and allows to switch textures easily

Also refractored some comparisons in the main.py file for performance and readability.

Changed the use of multiple functions to change the car color to a single one with an argument, for better readability and function.