Rollerbeds (#5681)

This commit is contained in:
metalgearsloth
2021-12-29 15:57:20 +11:00
committed by GitHub
parent 0bab6ecb71
commit e5e144d99c
40 changed files with 627 additions and 53 deletions

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 86 86" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M41.143,26.614l0,46.157l-26.16,-12.572l0,-46.156l26.16,12.571Z" style="fill:#fff;"/><path d="M41.143,26.85l-14.316,-7.116l-7.741,42.437l22.057,10.836l26.161,-12.572l0,-46.156l-26.161,12.571Zm20.827,-4.091l-18.517,8.899c-1.482,0.712 -3.211,0.7 -4.684,-0.032l-7.968,-3.96l-5.745,31.496l16.113,7.915l20.801,-9.996l0,-34.322Z" style="fill:#fff;"/><path d="M28.829,12.184c3.437,-2.078 7.233,-3.232 11.223,-3.232c3.562,0 6.968,0.919 10.103,2.594" style="fill:none;stroke:#fff;stroke-width:5.33px;"/><path d="M50.985,6.201l2.653,6.831l-6.967,2.706" style="fill:none;stroke:#fff;stroke-width:4px;stroke-linejoin:miter;"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,2 @@
sample:
filter: true

View File

@@ -11,7 +11,7 @@
"name": "bag"
},
{
"name": "item"
"name": "bag_folded"
},
{
"name": "label_overlay"

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

View File

@@ -0,0 +1,38 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/59fe5dd2841f47a8abce60eecb9fafad34282bd0, Baystation 12 and AuroraStation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "rollerbed"
},
{
"name": "rollerbed_buckled"
},
{
"name": "rollerbed_folded"
},
{
"name": "cheap_rollerbed"
},
{
"name": "cheap_rollerbed_buckled"
},
{
"name": "cheap_rollerbed_folded"
},
{
"name": "emergency_rollerbed"
},
{
"name": "emergency_rollerbed_buckled"
},
{
"name": "emergency_rollerbed_folded"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B