footer progress

This commit is contained in:
jill 2021-01-23 16:46:02 +03:00
parent 6ecbf07dbf
commit bcfd75c270
Signed by: oat
GPG key ID: DD83A9617A252385
6 changed files with 132 additions and 16 deletions

View file

@ -18,9 +18,9 @@ function self.fish(x, y)
render = {
x = 0,
y = 0,
prevx = 0,
prevy = 0,
turn = 0,
prevx = math.random() - 0.5,
prevy = math.random() - 0.5,
turn = math.random(),
swim = 0,
angle = 0,
xspeed = 0,