readded defines; tweaked size

This commit is contained in:
Unknown
2018-08-08 12:39:19 +02:00
parent 9ca7e38f7a
commit 054be386de
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
/obj/screen/plane_master/game_world/backdrop(mob/mymob)
if(istype(mymob) && mymob.client && mymob.client.prefs && mymob.client.prefs.ambientocclusion)
add_filter("ambient_occlusion", 0, list("type" = "drop_shadow", "x" = 0, "y" = -2, "size" = 4, "border" = 4, "color" = "#04080FAA"))
add_filter("ambient_occlusion", 0, AMBIENT_OCCLUSION)
else
remove_filter("ambient_occlusion")
update_filters()