set object editor previewBackground element to .5s instead of .0s to stop blowing up eye adaption

This commit is contained in:
AzaezelX 2024-02-10 13:47:44 -06:00
parent de87d2f6ad
commit 359ec3aa43

View file

@ -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";