Skip to content

Commit

Permalink
more point lights
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed May 12, 2024
1 parent f9c509a commit 6458ed0
Showing 1 changed file with 38 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,8 @@
- type: AccessReader
access: [["Security"]]
- type: PointLight
radius: 1
energy: 1.2
radius: 1.5
energy: 1.8
color: "#78645c"
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true
Expand Down Expand Up @@ -1586,6 +1586,12 @@
- type: Rotatable
rotateWhileAnchored: false
rotateWhilePulling: true
- type: PointLight
radius: 1.5
energy: 1.6
color: "#9dc5c9"
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true

# job clothing

Expand Down Expand Up @@ -1958,6 +1964,12 @@
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: AccessReader
access: [["Janitor"]]
- type: PointLight
radius: 1.5
energy: 1.6
color: "#9dc5c9"
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true

- type: entity
parent: VendingMachine
Expand Down Expand Up @@ -2266,6 +2278,12 @@
- type: Rotatable
rotateWhileAnchored: false
rotateWhilePulling: true
- type: PointLight
radius: 1.5
energy: 1.6
color: "#9dc5c9"
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true

- type: entity
id: VendingMachineHotfood
Expand Down Expand Up @@ -2297,6 +2315,12 @@
rotateWhilePulling: true
- type: Advertise
pack: HotfoodAds
- type: PointLight
radius: 1.5
energy: 1.6
color: "#9dc5c9"
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true

- type: entity
id: VendingMachineSolsnack
Expand Down Expand Up @@ -2329,6 +2353,12 @@
- type: Rotatable
rotateWhileAnchored: false
rotateWhilePulling: true
- type: PointLight
radius: 1.5
energy: 1.6
color: "#9dc5c9"
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true

- type: entity
id: VendingMachineWeeb
Expand Down Expand Up @@ -2362,3 +2392,9 @@
- type: Rotatable
rotateWhileAnchored: false
rotateWhilePulling: true
- type: PointLight
radius: 1.5
energy: 1.6
color: "#9dc5c9"
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true

0 comments on commit 6458ed0

Please sign in to comment.