Skip to content

Commit

Permalink
Fix felinid sprite shit
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk committed Feb 18, 2024
1 parent 61083c2 commit 89383ab
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/Prototypes/DeltaV/typing_indicator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: typingIndicator
id: felinid
spritePath: /Textures/DeltaV/Effects/speech.rsi
typingState: felinid0
offset: 0, 0.2 # 0625

Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
Blunt: 1
- type: Stamina
critThreshold: 85
- type: TypingIndicator
proto: felinid
- type: PseudoItem
storedOffset: 0,17
shape:
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions Resources/Textures/DeltaV/Effects/speech.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Felinid sprites made by Adrian16199 (Github)",
"states": [
{
"name": "felinid0",
"delays": [
[
0.2,
0.3,
0.3,
0.5
]
]
},
{
"name": "felinid1"
},
{
"name": "felinid2"
}
]
}

0 comments on commit 89383ab

Please sign in to comment.