From 5fbfde96df155610d3f725f733511dc32568dab2 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Tue, 25 Jan 2022 14:47:57 -0300 Subject: [PATCH] Update layers_planes.dm --- code/__DEFINES/layers_planes.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/__DEFINES/layers_planes.dm b/code/__DEFINES/layers_planes.dm index cb1772a8b8..531629c7cd 100644 --- a/code/__DEFINES/layers_planes.dm +++ b/code/__DEFINES/layers_planes.dm @@ -38,9 +38,6 @@ #define CHAT_PLANE -1 //We don't want heard messages to be hidden by FoV. -/// Plane for balloon text (text that fades up) -#define BALLOON_CHAT_PLANE -1.2 - #define CHAT_LAYER 12.0001 // Do not insert layers between these two values #define CHAT_LAYER_MAX 12.9999 @@ -156,7 +153,8 @@ #define CAMERA_STATIC_LAYER 19 #define CAMERA_STATIC_RENDER_TARGET "CAMERA_STATIC_PLANE" -/// Over lighting and every other crap, this is nearly as important as hud content and only visible to the user. +/// Plane for balloon text (text that fades up) +/// It's over lighting and every other crap because this is nearly as important as hud content and only visible to the user. #define BALLOON_CHAT_PLANE 20 //HUD layer defines