Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -1,13 +1,13 @@
|
|||
subr fruit
|
||||
rx = (randint 20 - 1) * 5 + 2.5
|
||||
ry = (randint 20 - 1) * 5 + 2.5
|
||||
rx = (random 20 - 1) * 5 + 2.5
|
||||
ry = (random 20 - 1) * 5 + 2.5
|
||||
.
|
||||
subr start
|
||||
fruit
|
||||
game = 1
|
||||
sx[] = [ 52.5 0 0 0 0 ]
|
||||
sy[] = [ 52.5 0 0 0 0 ]
|
||||
dir = randint 4
|
||||
dir = random 4
|
||||
timer 0
|
||||
.
|
||||
background 242
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue