Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EstKemran committed Jan 7, 2025
1 parent 42975d1 commit 29f6a5e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- type: Sprite
sprite: SS220/Structures/Piping/Atmospherics/tinyfan.rsi #ss220-engineering-update-atmos
state: icon
noRot: true #ss220-atmos-sprite-update
- type: Fixtures
fixtures:
fix1:
Expand Down
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
@@ -1,5 +1,5 @@
{
"version": 1,
"version": 2,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "by MIXnikita (Github) for SS220",
"size": {
Expand All @@ -8,7 +8,8 @@
},
"states": [
{
"name": "gasCanisterPort"
"name": "gasCanisterPort",
"directions": 4
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"name": "pumpPressureOn",
"directions": 4,
"delays": [
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ],
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ],
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ],
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ]
[ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ],
[ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ],
[ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ],
[ 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16 ]
]
},
{
Expand Down
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 @@ -9,8 +9,11 @@
"states": [
{
"name": "icon",
"directions": 1,
"directions": 4,
"delays": [
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ],
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ],
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ],
[ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08 ]
]
}
Expand Down

0 comments on commit 29f6a5e

Please sign in to comment.