Add basalt tiles (#13462)

This commit is contained in:
metalgearsloth
2023-01-18 05:28:37 +11:00
committed by GitHub
parent c8940cefb3
commit e090cd393b
23 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
- files: ["basalt.png"]
license: "CC-BY-SA-3.0"
copyright: "Taken from tgstation"
source: "https://github.com/tgstation/tgstation/tree/423404b31e36c4605faacec881b324db8997b0a6"

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

View File

@@ -0,0 +1,66 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/tgstation/tgstation/tree/423404b31e36c4605faacec881b324db8997b0a6",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "basalt1",
"delays": [
[
2,
2,
2,
2
]
]
},
{
"name": "basalt2",
"delays": [
[
2,
2,
2,
2
]
]
},
{
"name": "basalt3",
"delays": [
[
2,
2,
2,
2
]
]
},
{
"name": "basalt4",
"delays": [
[
2,
2,
2,
2
]
]
},
{
"name": "basalt5",
"delays": [
[
2,
2,
2,
2
]
]
}
]
}