* First commit * Lockers * Lockers electric boogaloo * Crates and Lockers * Almost finishing the Textures folder * Updating texture paths. Reminder to fix: * Lockers * Windows * Vending Machines * APC * Catwalks * Bedsheets and Cloaks * Status effects * dont know what happened here * Commit before merge * re-organizing * Lockers broken * Commit before merge * Submodule * renaming * Fixing most issues * forgot these ones * Updating submodule * typo * Fixing some paths * fixing some paths * updating submodule * (hopefully) fixing the submodule
81 lines
1.2 KiB
JSON
81 lines
1.2 KiB
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13",
|
|
"states": [
|
|
{
|
|
"name": "head_m",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "torso_m",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "l_arm",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "r_arm",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "l_hand",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "r_hand",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "l_leg",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "r_leg",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "l_foot",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
},
|
|
{
|
|
"name": "r_foot",
|
|
"directions": 4,
|
|
"delays": [
|
|
[1.0], [1.0], [1.0], [1.0]
|
|
]
|
|
}
|
|
]
|
|
} |