blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.09k stars 44 forks source link

Remove All instantly removes materials and cannot be undone #27

Closed NathanLovato closed 1 year ago

NathanLovato commented 1 year ago

It'd be nice to have a confirmation popup or if possible, undo redo support

blackears commented 1 year ago

The material manager has been updated. You can now press X to remove the selected material from the manager. Adding to and removing from the manager are also undoable operations.