dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.35k stars 206 forks source link

Save subsystem: updated function API #2169

Closed Pheubel closed 1 month ago

Pheubel commented 1 month ago

Closes #2168

This should mostly not break anything. The only scenario i can come up with that would be able to break is when people reuse the array returned by get_slot_names() to append non strings to it.

Jowan-Spooner commented 1 month ago

Thanks, looks good to me!