* change licenses * Update rsi-schema.json * change codebase license * try make schema * Create rsi.json * rga fix
26 lines
413 B
JSON
26 lines
413 B
JSON
{
|
|
"version": 1,
|
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
|
"copyright": "Made by Agoichi",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "icon"
|
|
},
|
|
{
|
|
"name": "inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "equipped-MASK",
|
|
"directions": 4
|
|
}
|
|
]
|
|
} |