From 359ec3aa4310b7098b0a2153139257550163891b Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sat, 10 Feb 2024 13:47:44 -0600 Subject: [PATCH] set object editor previewBackground element to .5s instead of .0s to stop blowing up eye adaption --- .../game/tools/shapeEditor/gui/shapeEdPreviewWindow.ed.gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/shapeEditor/gui/shapeEdPreviewWindow.ed.gui b/Templates/BaseGame/game/tools/shapeEditor/gui/shapeEdPreviewWindow.ed.gui index 65035d565..60ef583f9 100644 --- a/Templates/BaseGame/game/tools/shapeEditor/gui/shapeEdPreviewWindow.ed.gui +++ b/Templates/BaseGame/game/tools/shapeEditor/gui/shapeEdPreviewWindow.ed.gui @@ -41,7 +41,7 @@ $guiContent = new GuiControl() { canSave = "1"; Visible = "1"; hovertime = "1000"; - color = "0 0 0 .39"; + color = "0.5 0.5 0.5 .39"; }; new GuiShapeEdPreview(ShapeEdShapeView) { canSaveDynamicFields = "0";