Skip to content

Commit

Permalink
Add supplybot moving states (space-wizards#29795)
Browse files Browse the repository at this point in the history
* Add supplybot moving states

* forgor
  • Loading branch information
lzk228 authored and aspiringLich committed Jul 21, 2024
1 parent f9cc837 commit a8481dd
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,13 @@
sprite: Mobs/Silicon/Bots/supplybot.rsi
layers:
- state: supplybot
- type: SpriteMovement
movementLayers:
movement:
state: supplybot-moving
noMovementLayers:
movement:
state: supplybot
- type: GhostRole
makeSentient: true
name: ghost-role-information-supplybot-name
Expand Down
22 changes: 22 additions & 0 deletions Resources/Textures/Mobs/Silicon/Bots/supplybot.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
{
"name": "supplybot",
"directions": 4,
"delays": [
[
0.3,
0.1
],
[
0.3,
0.1
],
[
0.3,
0.1
],
[
0.3,
0.1
]
]
},
{
"name": "supplybot-moving",
"directions": 4,
"delays": [
[
0.1,
Expand Down
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/Mobs/Silicon/Bots/supplybot.rsi/supplybot.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 a8481dd

Please sign in to comment.