From 516bd610591e3827b649a896b157c3af7bb75b08 Mon Sep 17 00:00:00 2001 From: Tim Yuen Date: Sun, 22 Jan 2023 20:29:45 -0500 Subject: [PATCH] remove props --- screens/gui/default_gui.gd | 2 -- screens/gui/popups/props.tscn | 24 ------------------------ 2 files changed, 26 deletions(-) delete mode 100644 screens/gui/popups/props.tscn diff --git a/screens/gui/default_gui.gd b/screens/gui/default_gui.gd index df8aec83..d80845bc 100644 --- a/screens/gui/default_gui.gd +++ b/screens/gui/default_gui.gd @@ -15,7 +15,6 @@ const Model = preload("res://screens/gui/popups/model.tscn") const Bones = preload("res://screens/gui/popups/bones.tscn") const Tracking = preload("res://screens/gui/popups/tracking.tscn") const BlendShapes = preload("res://screens/gui/blend-shapes/blend_shapes.tscn") -const Props = preload("res://screens/gui/popups/props.tscn") const Presets = preload("res://screens/gui/popups/presets.tscn") const BUILTIN_MENUS := { @@ -23,7 +22,6 @@ const BUILTIN_MENUS := { "DEFAULT_GUI_BONES": Bones, "DEFAULT_GUI_TRACKING": Tracking, "DEFAULT_GUI_BLEND_SHAPES": BlendShapes, - "DEFAULT_GUI_PROPS": Props, "DEFAULT_GUI_PRESETS": Presets } diff --git a/screens/gui/popups/props.tscn b/screens/gui/popups/props.tscn deleted file mode 100644 index dd1eadc2..00000000 --- a/screens/gui/popups/props.tscn +++ /dev/null @@ -1,24 +0,0 @@ -[gd_scene format=2] - -[node name="Props" type="VBoxContainer"] -anchor_right = 1.0 -anchor_bottom = 1.0 -custom_constants/separation = 0 - -[node name="HBoxContainer" type="HBoxContainer" parent="."] -margin_right = 1600.0 - -[node name="HSplitContainer" type="HSplitContainer" parent="."] -margin_right = 1600.0 -margin_bottom = 900.0 -size_flags_vertical = 3 -split_offset = 300 - -[node name="Tree" type="Tree" parent="HSplitContainer"] -margin_right = 301.0 -margin_bottom = 900.0 - -[node name="VBoxContainer" type="VBoxContainer" parent="HSplitContainer"] -margin_left = 313.0 -margin_right = 1600.0 -margin_bottom = 900.0