Skip to content

Commit

Permalink
Makes APCs rotate again (#1969)
Browse files Browse the repository at this point in the history
* Makes APCs rotate again

* adjust comments

---------

Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
  • Loading branch information
IamVelcroboy and BurningRash authored Oct 5, 2024
1 parent d5ec59c commit fce2844
Show file tree
Hide file tree
Showing 15 changed files with 232 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Power/apc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
anchored: true
- type: Sprite
drawdepth: WallMountedItems
sprite: Structures/Power/apc.rsi
sprite: DeltaV/Structures/Power/apc.rsi # DeltaV - Add sprite rotations
layers:
- state: base
- state: panel
Expand Down Expand Up @@ -160,7 +160,7 @@
anchored: true
- type: Sprite
drawdepth: WallMountedItems
sprite: Structures/Power/apc.rsi
sprite: DeltaV/Structures/Power/apc.rsi # DeltaV - Add sprite rotations
state: frame
- type: Construction
graph: APC
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
230 changes: 230 additions & 0 deletions Resources/Textures/DeltaV/Structures/Power/apc.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,230 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9c7d509354ee030300f63c701da63c17928c3b3b and heavily modified by EmoGarbage404 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base",
"directions": 4
},
{
"name": "static"
},
{
"name": "broken",
"directions": 4
},
{
"name": "frame",
"directions": 4
},
{
"name": "panel",
"directions": 4
},
{
"name": "lock0-locked",
"directions": 4
},
{
"name": "lock1-locked",
"directions": 4
},
{
"name": "display-lack",
"directions": 4,
"delays": [
[
0.25,
0.25,
1,
3
],
[
0.25,
0.25,
1,
3
],
[
0.25,
0.25,
1,
3
],
[
0.25,
0.25,
1,
3
]
]
},
{
"name": "display-charging",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.2
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.2
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.2
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.2
]
]
},
{
"name": "display-full",
"directions": 4,
"delays": [
[
1,
1
],
[
1,
1
],
[
1,
1
],
[
1,
1
]
]
},
{
"name": "display-remote",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "emag-unlit",
"directions": 4,
"delays": [
[
0.5,
0.5
],
[
0.5,
0.5
],
[
0.5,
0.5
],
[
0.5,
0.5
]
]
},
{
"name": "sparks-unlit",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
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.

0 comments on commit fce2844

Please sign in to comment.