Skip to content

Commit

Permalink
Animate lost and found sprite screen
Browse files Browse the repository at this point in the history
  • Loading branch information
vaketola committed Feb 26, 2024
1 parent 42a4524 commit e691b27
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
layers:
- state: icon
map: ["base"]
- state: screen
map: ["computerLayerScreen"]
- type: ActivatableUI
key: enum.CryostorageUIKey.Key
- type: UserInterface
Expand All @@ -26,9 +28,9 @@
- type: Physics
bodyType: Static
- type: PointLight
color: "#35A3E6"
color: "#3ABD45"
radius: 1.2
energy: 1.6
energy: 2.0
castShadows: false
- type: ContainerContainer
containers:
Expand Down
19 changes: 19 additions & 0 deletions Resources/Textures/Structures/Storage/lost_and_found.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
"states": [
{
"name": "icon"
},
{
"name": "screen",
"delays": [
[
1.5,
0.5,
0.5,
0.5,
0.5,
0.5,
0.5,
0.5,
0.5,
0.5,
0.5,
1.5
]
]
}
]
}
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 e691b27

Please sign in to comment.