Skip to content

Commit

Permalink
Make sure graph edit background doesn't block preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner committed Nov 12, 2023
1 parent 886eab6 commit 1363e28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion material_maker/panels/graph_edit/graph_edit.tscn
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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")
Expand Down

0 comments on commit 1363e28

Please sign in to comment.