fun: lv 3 tools
This commit is contained in:
parent
bb7435e18e
commit
31722ab4a0
|
@ -2,9 +2,11 @@
|
|||
"icon": "/assets/hoe/icon.png",
|
||||
"projectionCheck": "/assets/hoe/projection-check.js",
|
||||
"projection": {
|
||||
"distance": [1, 0],
|
||||
"distance": [3, -1],
|
||||
"grid": [
|
||||
[1]
|
||||
[1, 1, 1],
|
||||
[1, 1, 1],
|
||||
[1, 1, 1]
|
||||
]
|
||||
},
|
||||
"start": "/assets/hoe/start.js"
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
"icon": "/assets/watering-can/icon.png",
|
||||
"projectionCheck": "/assets/watering-can/projection-check.js",
|
||||
"projection": {
|
||||
"distance": [1, 0],
|
||||
"distance": [3, -1],
|
||||
"grid": [
|
||||
[1]
|
||||
[1, 1, 1],
|
||||
[1, 1, 1],
|
||||
[1, 1, 1]
|
||||
]
|
||||
},
|
||||
"start": "/assets/watering-can/start.js"
|
||||
|
|
Loading…
Reference in New Issue
Block a user