Skip to content

Commit

Permalink
Catwalks from Eris.
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Mar 26, 2019
1 parent feccff9 commit 995bb2f
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Resources/Prototypes/Entities/catwalk.yml
@@ -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_
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions Resources/Textures/Buildings/catwalk.rsi/meta.json
@@ -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
}
]
}

0 comments on commit 995bb2f

Please sign in to comment.