change licenses (#191)

* change licenses

* Update rsi-schema.json

* change codebase license

* try make schema

* Create rsi.json

* rga fix
This commit is contained in:
Ed
2024-05-31 00:01:22 +03:00
committed by GitHub
parent d3e8cf28a8
commit b33a094f65
122 changed files with 507 additions and 198 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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/

View File

@@ -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.

View File

@@ -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
[![license-badge](https://shields.io/badge/license-CC--BY--NC--SA-lightgrey?style=for-the-badge)](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.

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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": [
{ {

View File

@@ -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,

View File

@@ -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"

View File

@@ -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,

View File

@@ -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,

View File

@@ -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",

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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,

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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": [
{ {

View File

@@ -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": [
{ {

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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": [
{ {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -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"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

View File

@@ -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": [
{ {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -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"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show More