fun: lv 3 tools

This commit is contained in:
cha0s 2024-06-29 12:36:01 -05:00
parent bb7435e18e
commit 31722ab4a0
2 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -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"