Skip to content

Commit

Permalink
Adds fire extinguisher sprite rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Jun 26, 2024
1 parent 6816c01 commit 3652bbe
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
- type: InteractionOutline
- type: Sprite
sprite: Structures/Wallmounts/extinguisher_cabinet.rsi
snapCardinals: true
layers:
- state: frame
- state: extinguisher
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.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@
},
"states": [
{
"name": "closed"
"name": "closed",
"directions": 4
},
{
"name": "extinguisher"
"name": "extinguisher",
"directions": 4
},
{
"name": "frame"
"name": "frame",
"directions": 4
},
{
"name": "open"
"name": "open",
"directions": 4
}
]
}
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 3652bbe

Please sign in to comment.