Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
remove props
Browse files Browse the repository at this point in the history
  • Loading branch information
you-win committed Jan 23, 2023
1 parent 87d284b commit 516bd61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions screens/gui/default_gui.gd
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ 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 := {
"DEFAULT_GUI_MODEL": Model,
"DEFAULT_GUI_BONES": Bones,
"DEFAULT_GUI_TRACKING": Tracking,
"DEFAULT_GUI_BLEND_SHAPES": BlendShapes,
"DEFAULT_GUI_PROPS": Props,
"DEFAULT_GUI_PRESETS": Presets
}

Expand Down
24 changes: 0 additions & 24 deletions screens/gui/popups/props.tscn

This file was deleted.

0 comments on commit 516bd61

Please sign in to comment.