From 2d4f1780bfe597e30e4c4c6b53c2f593ef63f071 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 22 Nov 2019 19:55:20 +0100 Subject: [PATCH] Fix outline shader --- Resources/Prototypes/Shaders/outline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Shaders/outline.yml b/Resources/Prototypes/Shaders/outline.yml index 56f7d4fa52..b91923ec14 100644 --- a/Resources/Prototypes/Shaders/outline.yml +++ b/Resources/Prototypes/Shaders/outline.yml @@ -3,5 +3,5 @@ kind: source path: "/Shaders/outline.swsl" params: - outline_width: 1 + outline_width: 2 outline_color: "#FF000055"