Catwalks from Eris.
20
Resources/Prototypes/Entities/catwalk.yml
Normal 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_
|
||||
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_0.png
Normal file
|
After Width: | Height: | Size: 646 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_1.png
Normal file
|
After Width: | Height: | Size: 626 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_2.png
Normal file
|
After Width: | Height: | Size: 646 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_3.png
Normal file
|
After Width: | Height: | Size: 626 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_4.png
Normal file
|
After Width: | Height: | Size: 628 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_5.png
Normal file
|
After Width: | Height: | Size: 504 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_6.png
Normal file
|
After Width: | Height: | Size: 628 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_7.png
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
Resources/Textures/Buildings/catwalk.rsi/catwalk_preview.png
Normal file
|
After Width: | Height: | Size: 319 B |
47
Resources/Textures/Buildings/catwalk.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||