mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-12 08:12:23 +01:00
18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
/obj/effect/light/
|
|
name = "bloom"
|
|
icon = 'hyperstation/icons/effects/lighting.dmi'
|
|
icon_state = "light"
|
|
plane = ABOVE_LIGHTING_PLANE
|
|
blend_mode = BLEND_ADD
|
|
mouse_opacity = 0
|
|
anchored = TRUE //no more flying around.
|
|
|
|
/obj/effect/light/medium
|
|
icon = 'hyperstation/icons/effects/lightingmed.dmi'
|
|
pixel_x = -16
|
|
pixel_y = -16
|
|
|
|
/obj/effect/light/large
|
|
icon = 'hyperstation/icons/effects/lightinglarge.dmi'
|
|
pixel_x = -48
|
|
pixel_y = -48 |