Skip to content

Commit

Permalink
Add admin ghost sprite (#28)
Browse files Browse the repository at this point in the history
# Description

Adds the sprite from Parkstation
#2

---

<details><summary><h1>Media</h1></summary>


![image](https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw/assets/42383212/29c4f53c-6ca0-4ea9-a3d2-57ff130ae172)

</details>

---

# Changelog
:cl:
- add: Added admin ghost sprite

---------

Co-authored-by: DEATHB4DEFEAT <[email protected]>
  • Loading branch information
Finket and DEATHB4DEFEAT committed Jan 18, 2024
1 parent 8ca29e3 commit a22f3f7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@
- type: Stripping
- type: SolutionScanner
- type: IgnoreUIRange
- type: Sprite
overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained.
netsync: false
noRot: true
drawdepth: Ghosts
sprite: SimpleStation14/Mobs/Ghosts/ghost_admin.rsi
state: animated
color: "#888888"
layers:
- state: animated
shader: unshaded

- type: entity
id: ActionAGhostShowSolar
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by Zook",
"states": [
{
"name": "animated",
"directions": 4,
"delays": [[], [], [], []]
},
{
"name": "icon",
"directions": 4,
"delays": [[], [], [], []]
}
]
}

0 comments on commit a22f3f7

Please sign in to comment.