* change licenses * Update rsi-schema.json * change codebase license * try make schema * Create rsi.json * rga fix
63 lines
957 B
JSON
63 lines
957 B
JSON
{
|
|
"version": 1,
|
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "full"
|
|
},
|
|
{
|
|
"name": "head_f",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "head_m",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "l_arm",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "l_foot",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "l_hand",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "l_leg",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "r_arm",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "r_foot",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "r_hand",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "r_leg",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "torso_f",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "torso_m",
|
|
"directions": 4
|
|
}
|
|
]
|
|
}
|