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 #216 #220

Closed mapedorr closed 2 months ago

mapedorr commented 2 months ago

Insted of using queue_free() to delete rows in a PopochiuGroup, use free() so the name of the node is available.