Skip to content

Commit

Permalink
Revert speech offset to 0.5, 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 authored and TheArturZh committed Aug 13, 2023
1 parent 0777dfe commit 6d1ad46
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions Resources/Prototypes/typing_indicator.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,44 @@
- type: typingIndicator
id: default
typingState: default0
idleState: default2 # Corvax-TypingIndicator
idleState: default3 # Corvax-TypingIndicator
offset: 0.5, 0.5 # Corvax-TypingIndicator

- type: typingIndicator
id: robot
typingState: robot0
idleState: robot2 # Corvax-TypingIndicator
idleState: robot3 # Corvax-TypingIndicator
offset: 0.5, 0.5 # Corvax-TypingIndicator

- type: typingIndicator
id: alien
typingState: alien0
idleState: alien2 # Corvax-TypingIndicator
idleState: alien3 # Corvax-TypingIndicator
offset: 0.5, 0.5 # Corvax-TypingIndicator

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

- type: typingIndicator
id: holo
typingState: holo0
idleState: holo2 # Corvax-TypingIndicator
offset: 0, 0.0625
idleState: holo3 # Corvax-TypingIndicator
offset: 0.5, 0.5 # Corvax-TypingIndicator
# offset: 0, 0.0625 # Corvax-TypingIndicator: TODO: Make it 32px

- type: typingIndicator
id: lawyer
typingState: lawyer0
idleState: lawyer2 # Corvax-TypingIndicator
offset: 0, 0.125
idleState: lawyer3 # Corvax-TypingIndicator
offset: 0.5, 0.5 # Corvax-TypingIndicator
# offset: 0, 0.125 # Corvax-TypingIndicator: TODO: Make it 32px

- type: typingIndicator
id: moth
typingState: moth0
idleState: moth2 # Corvax-TypingIndicator
offset: 0, 0.125
idleState: moth3 # Corvax-TypingIndicator
offset: 0.5, 0.5 # Corvax-TypingIndicator
# offset: 0, 0.125 # Corvax-TypingIndicator: TODO: Make it 32px

0 comments on commit 6d1ad46

Please sign in to comment.