Skip to content

Commit

Permalink
спрайт
Browse files Browse the repository at this point in the history
Signed-off-by: pacable <[email protected]>
  • Loading branch information
pxc1984 committed Dec 1, 2024
1 parent 2a79b83 commit 7facdbf
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,11 @@
abstract: true
components:
- type: Sprite
sprite: _Sunrise/Objects/Devices/handheld_criminal_records_monitor.rsi
sprite: _Sunrise/Objects/Devices/handheld_atmos_console.rsi
state: icon
layers:
- state: icon
- state: monitor
- state: scanner
shader: unshaded
visible: true
map: [ "enum.PowerDeviceVisualLayers.Powered" ]
Expand Down Expand Up @@ -406,11 +406,11 @@
suffix: HandHeld, Empty
components:
- type: Sprite
sprite: _Sunrise/Objects/Devices/handheld_criminal_records_monitor.rsi
sprite: _Sunrise/Objects/Devices/handheld_atmos_console.rsi
state: icon
layers:
- state: icon
- state: monitor
- state: scanner
shader: unshaded
visible: false
map: [ "enum.PowerDeviceVisualLayers.Powered" ]
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
@@ -0,0 +1,27 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "made by averystarbits on github or azazelstarbits on discord",
"states": [
{
"name": "scanner",
"directions": 1,
"delays": [
[
0.4,
0.4,
0.4,
0.4
]
]
},
{
"name": "icon",
"directions": 1
}
]
}
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 7facdbf

Please sign in to comment.