From 1363e2858bd677eeadf9ef0fdee823062e48e9bf Mon Sep 17 00:00:00 2001 From: Jowan-Spooner Date: Sun, 12 Nov 2023 18:36:33 +0100 Subject: [PATCH] Make sure graph edit background doesn't block preview --- material_maker/panels/graph_edit/graph_edit.tscn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/material_maker/panels/graph_edit/graph_edit.tscn b/material_maker/panels/graph_edit/graph_edit.tscn index 1c6e9d4c0..51229ac13 100644 --- a/material_maker/panels/graph_edit/graph_edit.tscn +++ b/material_maker/panels/graph_edit/graph_edit.tscn @@ -1,10 +1,12 @@ -[gd_scene load_steps=9 format=3 uid="uid://dy1u50we7gtru"] +[gd_scene load_steps=10 format=3 uid="uid://dy1u50we7gtru"] [ext_resource type="Script" path="res://material_maker/panels/graph_edit/graph_edit.gd" id="1"] [ext_resource type="Texture2D" uid="uid://c0j4px4n72di5" path="res://material_maker/icons/icons.tres" id="2"] [ext_resource type="Script" path="res://material_maker/tools/undo_redo/undo_redo.gd" id="3"] [ext_resource type="PackedScene" uid="uid://buj231c2gxm4o" path="res://material_maker/widgets/desc_button/desc_button.tscn" id="4"] +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_kr3pt"] + [sub_resource type="Theme" id="1"] GraphEdit/colors/activity = Color(1, 1, 1, 1) GraphEdit/colors/grid_major = Color(1, 1, 1, 0.2) @@ -21,6 +23,7 @@ GraphEdit/icons/more = null GraphEdit/icons/reset = null GraphEdit/icons/snap = null GraphEdit/styles/bg = null +GraphEdit/styles/panel = SubResource("StyleBoxEmpty_kr3pt") [sub_resource type="AtlasTexture" id="3"] atlas = ExtResource("2")