mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Overlay Lighting Color/Intensity Pass (#26825)
Overlay Lighting Color/Intensity Pass Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
co-authored by
LemonInTheDark
parent
11e4219b74
commit
f8b87b994b
@@ -23,6 +23,8 @@
|
||||
obj_flags = UNIQUE_RENAME
|
||||
light_system = OVERLAY_LIGHT
|
||||
light_range = 5
|
||||
light_power = 1.2
|
||||
light_color = "#ffff66"
|
||||
light_on = FALSE
|
||||
var/list/trophies = list()
|
||||
var/charged = TRUE
|
||||
|
||||
@@ -272,7 +272,9 @@
|
||||
icon = 'icons/obj/lighting.dmi'
|
||||
icon_state = "orb"
|
||||
light_system = OVERLAY_LIGHT
|
||||
light_range = 7
|
||||
light_range = 6
|
||||
light_power = 1.2
|
||||
light_color = "#79f1ff"
|
||||
light_flags = LIGHT_ATTACHED
|
||||
layer = ABOVE_ALL_MOB_LAYER
|
||||
plane = ABOVE_GAME_PLANE
|
||||
|
||||
Reference in New Issue
Block a user