robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

feat: add tab.save and tab.read #83

Closed dndrks closed 11 months ago

dndrks commented 11 months ago

when i originally imported tabutil.lua, i left out table saving and reading because i was unsure how far the parameters UI would extend. since parameter saving + reading has come into maturity, it makes sense to add these helper functions for saving and reading table data, in case a seamstress script wants to drop its own files into path.seamstress .. "/data/" .. seamstress.state.name .. "/" with params.action_write or params.action_read.

this PR adds these functions to the lib! :)