raysan5 / raylib-games

A collection of games made with raylib
https://www.raylib.com/games.html
zlib License
570 stars 75 forks source link

Asteroids: Using the colors defined in InitGame #19

Closed mateusrangel closed 1 year ago

mateusrangel commented 1 year ago

I was changing some values just to understand the code, and then tried to change the player color, this made me realize that the colors used in the InitGame function were never used. That's my contribution to future raylib users when they study this example code .