We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9410cd commit 9f29f3eCopy full SHA for 9f29f3e
code/_onclick/hud/rendering/render_plate.dm
@@ -9,7 +9,11 @@
9
* Render relay object assigned to a plane master to be able to relay it's render onto other planes that are not it's own
10
*/
11
/atom/movable/render_plane_relay
12
+#if DM_VERSION < 516
13
screen_loc = "CENTER"
14
+#else
15
+ screen_loc = "1,1"
16
+#endif
17
layer = -1
18
plane = 0
19
appearance_flags = PASS_MOUSE | NO_CLIENT_COLOR | KEEP_TOGETHER
0 commit comments