Skip to content

Commit

Permalink
Xmas lamp
Browse files Browse the repository at this point in the history
  • Loading branch information
TTTomaTTT committed Dec 12, 2024
1 parent 4f8c7d8 commit be3cacc
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Resources/Prototypes/Entities/Objects/Misc/fluff_lights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@
visuals:
enum.HolidayVisuals.Holiday:
base:
festive: { state: christmaslamp }
festive:
sprite: SS220/Objects/Misc/Lights/lamp.rsi #SS220 Xmas resprite
state: christmaslamp
light:
festive: { state: christmaslamp-on }
festive:
sprite: SS220/Objects/Misc/Lights/lamp.rsi #SS220 Xmas resprite
state: christmaslamp-on

- type: entity
name: banana lamp
Expand Down Expand Up @@ -124,11 +128,11 @@
enum.HolidayVisuals.Holiday:
base:
festive:
sprite: Objects/Misc/Lights/lamp.rsi
sprite: SS220/Objects/Misc/Lights/lamp.rsi #SS220 Xmas resprite
state: christmaslamp
light:
festive:
sprite: Objects/Misc/Lights/lamp.rsi
sprite: SS220/Objects/Misc/Lights/lamp.rsi #SS220 Xmas resprite
state: christmaslamp-on

- type: entity
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.
26 changes: 26 additions & 0 deletions Resources/Textures/SS220/Objects/Misc/Lights/lamp.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Made by TTTomaTTT for SS220 ",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "christmaslamp"
},
{
"name": "christmaslamp-on",
"delays": [
[
0.175,
0.175,
0.175,
0.175
]
]
}
]
}

0 comments on commit be3cacc

Please sign in to comment.