Add teleportation object
This commit is contained in:
@ -1,12 +1,15 @@
|
||||
{
|
||||
"minDelay": 100,
|
||||
"acceleration": 1,
|
||||
"dimensions": [40, 40],
|
||||
|
||||
"delay": 200,
|
||||
"acceleration": 1,
|
||||
"minDelay": 100,
|
||||
|
||||
"walls": [
|
||||
[5,5], [5,6], [5,7], [5,8], [40, 35], [38, 35], [23, 35]
|
||||
],
|
||||
"randWallFreq": 5000,
|
||||
|
||||
"food": [
|
||||
[10,10],
|
||||
[11,10],
|
||||
@ -16,6 +19,7 @@
|
||||
[20, 23],
|
||||
[20, 21]
|
||||
],
|
||||
"randFoodFreq": 2000,
|
||||
|
||||
"ice": [
|
||||
[15,15],
|
||||
@ -32,7 +36,12 @@
|
||||
[17,18]
|
||||
],
|
||||
|
||||
"randFoodFreq": 2000,
|
||||
"teleportation": [
|
||||
[35, 5],
|
||||
[5, 35]
|
||||
],
|
||||
|
||||
|
||||
"snake": [
|
||||
[4,2], [4,1], [3,1], [2,1]
|
||||
],
|
||||
|
Reference in New Issue
Block a user