0
Please help me design a game in JavaScript
Can you help me add velocity, speedX etc. values and how to type the draw code in JS.
2 Answers
+ 1
let velocity = 0
let speedX = 0
Or what excactly do you mean?
0
show me your code
Can you help me add velocity, speedX etc. values and how to type the draw code in JS.