Skip to content

Commit

Permalink
Removed obsolete line (#732)
Browse files Browse the repository at this point in the history
Removed a line that is no longer neccesary with the UI Revamp
  • Loading branch information
zaknafean committed Jan 15, 2022
1 parent 77d48ec commit 29828eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/dialogic/Editor/SettingsEditor/SettingsEditor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ func create_custom_event():
var event_block_scene = load(dir_name+'/EventBlock.tscn').instance(PackedScene.GEN_EDIT_STATE_INSTANCE)
event_block_scene.event_name = nodes['new_custom_event_name'].text
event_block_scene.event_data = {'event_id':nodes['new_custom_event_id'].text}
event_block_scene.event_style = load(dir_name+"/Stylebox.tres")
event_block_scene.event_icon = load("res://addons/dialogic/Images/Event Icons/Main Icons/custom-event.svg")
var packed = PackedScene.new()
packed.pack(event_block_scene)
Expand Down

0 comments on commit 29828eb

Please sign in to comment.