Use pi constants instead of numbers

This commit is contained in:
Not-A-Normal-Robot
2023-09-21 19:44:55 +07:00
parent bc99af5b1b
commit b1dbc4fa87
10 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ function back.update()
x=SCR.w*rnd(),
y=SCR.h*-.05,
k=SCR.rad/200,
ang=rnd()*6.2832,
ang=rnd()*MATH.tau,
vy=.5+rnd()*.4,
vx=rnd()*.4-.2,
va=rnd()*.04-.02,