carenalgas / popochiu

Godot plugin to make point n' click games in a similar way to tools like Adventure Game Studio and Power Quest.
MIT License
154 stars 15 forks source link

Fix #196 #197

Closed mapedorr closed 3 months ago

mapedorr commented 3 months ago

When deleting Props, Hotspots, Walkable areas and Regions, and checking the box to delete the object's folder in the FileSystem, the node in the Scene tree (Editor) is removed once the folder is deleted, so removing the node from the tree doesn't break the process.

[fix] The DeletionConfirmation popup resizes and centers on the screen when opened to avoid rendering its buttons out of screen.