Re-organizing the Resources folder. Part 1. (#1234)
* 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
This commit is contained in:
81
Resources/Textures/Mobs/Parts/body_human.rsi/meta.json
Normal file
81
Resources/Textures/Mobs/Parts/body_human.rsi/meta.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"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]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user