nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Add shortcut to delete current line #610

Closed nathanhoad closed 2 months ago

nathanhoad commented 2 months ago

This adds a shortcut for deleting the current line. The shortcut itself is taken from Godot's code editor settings.

Closes #605