diff --git a/addons/dialogic/Resources/event.gd b/addons/dialogic/Resources/event.gd index 87edbc582..47eeb8507 100644 --- a/addons/dialogic/Resources/event.gd +++ b/addons/dialogic/Resources/event.gd @@ -57,8 +57,6 @@ var event_color: Color = Color("FBB13C") var dialogic_color_name: String = '' ## To sort the buttons shown in the editor. Lower index is placed at the top of a category var event_sorting_index: int = 0 -## If false the name is not displayed on the event. -var display_name: bool = true ## If true the event will not have a button in the visual editor sidebar var disable_editor_button: bool = false ## If false the event will hide it's body by default. Recommended for most events