Catwalks from Eris.

This commit is contained in:
Pieter-Jan Briers
2019-03-26 11:37:01 +01:00
parent feccff9036
commit 995bb2f067
11 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
- type: entity
id: catwalk
name: Catwalk
components:
- type: Clickable
- type: BoundingBox
- type: Sprite
netsync: false
sprite: Buildings/catwalk.rsi
drawdepth: FloorTiles
- type: Icon
sprite: Buildings/catwalk.rsi
state: catwalk_preview
- type: SnapGrid
offset: Center
- type: IconSmooth
key: catwalk
base: catwalk_

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

View File

@@ -0,0 +1,47 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "catwalk_0",
"directions": 4
},
{
"name": "catwalk_1",
"directions": 4
},
{
"name": "catwalk_2",
"directions": 4
},
{
"name": "catwalk_3",
"directions": 4
},
{
"name": "catwalk_4",
"directions": 4
},
{
"name": "catwalk_5",
"directions": 4
},
{
"name": "catwalk_6",
"directions": 4
},
{
"name": "catwalk_7",
"directions": 4
},
{
"name": "catwalk_preview",
"directions": 1
}
]
}