footer progress
This commit is contained in:
parent
6ecbf07dbf
commit
bcfd75c270
6 changed files with 132 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue