Lockable Buttons & Button Frames (#25631)

initial commit
This commit is contained in:
rosieposie
2024-02-27 02:57:17 -05:00
committed by GitHub
parent a411810171
commit 8dd1748cec
11 changed files with 530 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by rosieposieeee (github)",
"states": [
{
"name": "grey",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},{
"name": "exit",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "caution",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "caution_security",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "janitor",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}