Skip to content

Commit

Permalink
Small property removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner committed Apr 24, 2024
1 parent dad2faf commit 6c0a710
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/dialogic/Resources/event.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c0a710

Please sign in to comment.