0
What is the velocity and dx, day values in a game?
How can we add velocity, speed, direction etc. While we are coding a game. Also, how can we use those in a function?
1 Respuesta
0
Just create variables for them.
float velocity = 0
How can we add velocity, speed, direction etc. While we are coding a game. Also, how can we use those in a function?