change licenses (#191)
* change licenses * Update rsi-schema.json * change codebase license * try make schema * Create rsi.json * rga fix
3
.github/rsi-schema.json
vendored
@@ -75,10 +75,11 @@
|
|||||||
"license":{
|
"license":{
|
||||||
"$id":"#/properties/license",
|
"$id":"#/properties/license",
|
||||||
"default":"",
|
"default":"",
|
||||||
"description":"The license for the associated icon states. Restricted to SS14-compatible asset licenses.",
|
"description":"The license for the associated icon states. Restricted to CP14-compatible asset licenses.",
|
||||||
"enum":[
|
"enum":[
|
||||||
"CC-BY-SA-3.0",
|
"CC-BY-SA-3.0",
|
||||||
"CC-BY-SA-4.0",
|
"CC-BY-SA-4.0",
|
||||||
|
"CC0-1.0",
|
||||||
"CC-BY-NC-3.0",
|
"CC-BY-NC-3.0",
|
||||||
"CC-BY-NC-4.0",
|
"CC-BY-NC-4.0",
|
||||||
"CC-BY-NC-SA-3.0",
|
"CC-BY-NC-SA-3.0",
|
||||||
|
|||||||
4
.github/workflows/validate-rgas.yml
vendored
@@ -21,5 +21,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
schema: RobustToolbox/Schemas/rga.yml
|
schema: RobustToolbox/Schemas/rga.yml
|
||||||
path_pattern: .*attributions.ya?ml$
|
path_pattern: .*attributions.ya?ml$
|
||||||
validators_path: RobustToolbox/Schemas/rga_validators.py
|
validators_path: Schemas/rga_validators.py
|
||||||
validators_requirements: RobustToolbox/Schemas/rga_requirements.txt
|
validators_requirements: Schemas/rga_requirements.txt
|
||||||
|
|||||||
2
.github/workflows/validate-rsis.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
|||||||
pip3 install --ignore-installed --user pillow jsonschema
|
pip3 install --ignore-installed --user pillow jsonschema
|
||||||
- name: Validate RSIs
|
- name: Validate RSIs
|
||||||
run: |
|
run: |
|
||||||
python3 RobustToolbox/Schemas/validate_rsis.py Resources/
|
python3 Schemas/validate_rsis.py Resources/
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
CC-BY-NC-SA
|
All rights reserved
|
||||||
|
|
||||||
Copyright (c) 2024 TheShuEd (Github)
|
Copyright (c) 2024 TheShuEd (Github)
|
||||||
|
|
||||||
This work is licensed under the Creative Commons
|
|
||||||
Attribution-NonCommercial-ShareAlike 3.0 United States License. To view a copy
|
|
||||||
of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/us/ or
|
|
||||||
send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
|
||||||
|
|||||||
@@ -15,10 +15,8 @@
|
|||||||
[More detailed instructions on building the project.](https://docs.spacestation14.com/en/general-development/setup.html)
|
[More detailed instructions on building the project.](https://docs.spacestation14.com/en/general-development/setup.html)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[](https://creativecommons.org/licenses/by-nc-sa/3.0/)
|
The base code for the original Space Station 14 game is registered under MIT: https://github.com/space-wizards/space-station-14
|
||||||
|
|
||||||
All CrystallPunk14 codebase contributions are licensed under [Creative Commons BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/3.0/). See LICENSE for more details.
|
All CrystallPunk14 codebase contributions rights reserved. (all components and systems beginning with CP14, for example: https://github.com/crystallpunk-14/crystall-punk-14/blob/master/Content.Server/_CP14/Alchemy/CP14AlchemyExtractionSystem.cs)
|
||||||
|
|
||||||
Most visual assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. Assets have their license and the copyright in the metadata file. [Example](https://github.com/crystallpunk-14/crystall-punk-14/blob/master/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json).
|
Visual and sound assets have their own license, described in the attribution file next to them.
|
||||||
|
|
||||||
**Important:** This means that code from CrystallPunk14 cannot be ported to others codebases. If you wish to port a specific feature, you must get the developer(s) to sublicense it to you under a license like AGPLv3. This also applies in the opposite direction for features ported from other codebases.
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by TheShuEd",
|
"copyright": "CrystallPunk14, by TheShuEd",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by KBAS5",
|
"copyright": "Created by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by KBAS5",
|
"copyright": "Created by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by KBAS5",
|
"copyright": "Created by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Made by Agoichi",
|
"copyright": "Made by Agoichi",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, by KBAS5",
|
"copyright": "CrystallPunk14, by KBAS5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 48,
|
"x": 48,
|
||||||
"y": 48
|
"y": 48
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd",
|
"copyright": "Created by TheShuEd",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd for CrystallPunk14",
|
"copyright": "Created by TheShuEd for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- files: ["beginning.webp"]
|
- files: ["beginning.webp"]
|
||||||
license: "CC-BY-NC-SA-3.0"
|
license: "All rights reserved for the CrystallPunk14 project only"
|
||||||
copyright: "alisw_a on discord"
|
copyright: "alisw_a on discord"
|
||||||
source: "https://github.com/crystallpunk-14/crystall-punk-14"
|
source: "https://github.com/crystallpunk-14/crystall-punk-14"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"y": 48
|
"y": 48
|
||||||
},
|
},
|
||||||
"copyright": "Created by TheShuEd for CrystallPunk",
|
"copyright": "Created by TheShuEd for CrystallPunk",
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "horn1",
|
"name": "horn1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by Prazar for CrystallPunk14",
|
"copyright": "Created by Prazar for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 48,
|
"x": 48,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "by Agoichi",
|
"copyright": "by Agoichi",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by link (Discord) for CrystallPunk",
|
"copyright": "Created by link (Discord) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by link (Discord) for CrystallPunk",
|
"copyright": "Created by link (Discord) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 48,
|
"x": 48,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-NC-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (github) for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (github) for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "By jaraten(discord)",
|
"copyright": "By jaraten(discord)",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 64,
|
"x": 64,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "by TheShuEd (discord)",
|
"copyright": "by TheShuEd (discord)",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 64,
|
"x": 64,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd for CrystallPunk14",
|
"copyright": "Created by TheShuEd for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk 14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk 14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by Agoichi for CrystallPunk14",
|
"copyright": "Created by Agoichi for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by Jaraten and TheShuEd (Github) for CrystallPunk 14",
|
"copyright": "Created by Jaraten and TheShuEd (Github) for CrystallPunk 14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by Jaraten",
|
"copyright": "Created by Jaraten",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk 14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk 14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten",
|
"copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "CrystallPunk14, modified by TheShuEd",
|
"copyright": "CrystallPunk14, modified by TheShuEd",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten",
|
"copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk 14",
|
"copyright": "Created by TheShuEd (Github) for CrystallPunk 14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "By TheShuEd",
|
"copyright": "By TheShuEd",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "By jaraten(discord), modified by TheShuEd",
|
"copyright": "By jaraten(discord), modified by TheShuEd",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by Jaraten for CrystallPunk14",
|
"copyright": "Created by Jaraten for CrystallPunk14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Discord) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Discord) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,46 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 1,
|
|
||||||
"size": {
|
|
||||||
"x": 32,
|
|
||||||
"y": 32
|
|
||||||
},
|
|
||||||
"license": "CC-BY-SA-3.0",
|
|
||||||
"copyright": "Created by KREKS (Discord) for CrystallPunk14, modified and stratch by TheShuEd",
|
|
||||||
"states": [
|
|
||||||
{
|
|
||||||
"name": "stone0",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone1",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone2",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone3",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone4",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone5",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone6",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone7",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "full"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 257 B |
@@ -4,7 +4,7 @@
|
|||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||||
"copyright": "Created by TheShuEd (Discord) for CrystallPunk14",
|
"copyright": "Created by TheShuEd (Discord) for CrystallPunk14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1,46 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 1,
|
|
||||||
"size": {
|
|
||||||
"x": 32,
|
|
||||||
"y": 32
|
|
||||||
},
|
|
||||||
"license": "CC-BY-SA-3.0",
|
|
||||||
"copyright": "Created by KREKS (Discord) for CrystallPunk14, modified and add iron by TheShuEd",
|
|
||||||
"states": [
|
|
||||||
{
|
|
||||||
"name": "stone0",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone1",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone2",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone3",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone4",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone5",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone6",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "stone7",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "full"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |