Skip to content

Commit

Permalink
goblinkind banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Jan 21, 2024
1 parent ab7c42b commit f276b45
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
id: BannerGoblin01
parent: BannerBase
name: goblin banner
description: A banner displaying one of goblin clan symbols.
components:
- type: Sprite
sprite: _NF/Structures/Decoration/banner.rsi
state: banner_goblin
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions Resources/Textures/_NF/Structures/Decoration/banner.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Resprited by erhardsteinhauer (discord/github), based on https://github.com/tgstation/tgstation/commit/fa9e44d937026d5a2ba72615afccf2f18a87c485",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "banner_goblin",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
}

0 comments on commit f276b45

Please sign in to comment.