more cursor stuff
This commit is contained in:
parent
c4d1846765
commit
00f4f5a30b
6 changed files with 59 additions and 13 deletions
|
|
@ -7,7 +7,7 @@ function self.fish(x, y, type)
|
|||
local fish = {
|
||||
x = x,
|
||||
y = y,
|
||||
size = type, -- 0 for small, 1 for medium, 2 for big, 3 for king, 4 for carnivore
|
||||
size = 2, -- 0 for small, 1 for medium, 2 for big, 3 for king, 4 for carnivore
|
||||
eattimer = 0 + math.random() * 2, -- starts out hungry, with a 2s delay
|
||||
moneytimer = 10 + math.random() * 5, -- min 10s before it can make money
|
||||
dead = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue