Merge pull request #38308 from Cruix/multicamera_floor_plane

Moved picture-in-picture objects down to the floor plane
This commit is contained in:
Jordan Brown
2018-06-07 09:40:30 -04:00
committed by letterjay
parent 1fbf5af360
commit 16d5991dd6
+1 -1
View File
@@ -1,7 +1,7 @@
/obj/screen/movable/pic_in_pic
name = "Picture-in-picture"
screen_loc = "CENTER"
plane = GAME_PLANE
plane = FLOOR_PLANE
var/atom/center
var/width = 0
var/height = 0