Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
fix sprites and offests, create moth idle sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Oct 21, 2023
1 parent 572e6fd commit 6919db0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
15 changes: 12 additions & 3 deletions Resources/Prototypes/typing_indicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,73 @@
id: default
typingState: default0
idleState: default3 # Corvax-TypingIndicator
offset: 0.125, 0.125

- type: typingIndicator
id: robot
typingState: robot0
idleState: robot3 # Corvax-TypingIndicator
offset: 0.1, 0.125

- type: typingIndicator
id: alien
typingState: alien0
idleState: alien3 # Corvax-TypingIndicator
offset: 0.2, 0.125

- type: typingIndicator
id: guardian
typingState: guardian0
idleState: guardian3 # Corvax-TypingIndicator
offset: 0.125, 0.125

- type: typingIndicator
id: holo
typingState: holo0
idleState: holo3 # Corvax-TypingIndicator
offset: 0, 0.0625
offset: 0.125, 0.125

- type: typingIndicator
id: lawyer
typingState: lawyer0
idleState: lawyer3 # Corvax-TypingIndicator
offset: 0, 0.125
offset: 0.125, 0.125


# Parkstation-TypingIndicators-Start
- type: typingIndicator
id: slime
typingState: slime0
idleState: slime3
offset: 0.2, 0.3

- type: typingIndicator
id: syndibot
typingState: syndibot0
idleState: syndibot3
offset: 0.125, 0.125

- type: typingIndicator
id: signlang
typingState: signlang0
idleState: signlang3
offset: 0.125, 0.125

- type: typingIndicator
id: blob
typingState: blob0
idleState: blob3
offset: 0.125, 0.125

- type: typingIndicator
id: alienroyal
typingState: alienroyal0
idleState: alienroyal3
offset: 0.5, 0.25
# Parkstation-TypingIndicators-End

- type: typingIndicator
id: moth
typingState: moth0
idleState: moth3 # Corvax-TypingIndicator
offset: 0.5, 0.5 # Corvax-TypingIndicator
offset: 0.125, 0.125
16 changes: 8 additions & 8 deletions Resources/Textures/Effects/speech.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,6 @@
"name": "moth1",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
Expand All @@ -608,8 +606,6 @@
"name": "moth2",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
Expand All @@ -621,10 +617,14 @@
"name": "moth3",
"delays": [
[
0.3,
0.3,
0.3,
0.4
0.15,
0.15,
0.15,
0.15,
0.125,
0.1,
0.125,
0.15
]
]
}
Expand Down
Binary file modified Resources/Textures/Effects/speech.rsi/moth0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Effects/speech.rsi/moth1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Effects/speech.rsi/moth2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Effects/speech.rsi/moth3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6919db0

Please sign in to comment.