Adds Supplybot, a cargo-focused deliverybot with internal storage. (#19638)

This commit is contained in:
Thom
2023-08-31 20:46:49 +01:00
committed by GitHub
parent 63c1b7b061
commit 31282a3fc6
6 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "supplybot drawn by netwy",
"states": [
{
"name": "supplybot",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB