Light bloom

This commit is contained in:
quotefox
2022-05-05 00:05:46 +01:00
parent 9ee122d256
commit 77d18eecb9
7 changed files with 47 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/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
/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