Users system
Posted: Tue May 16, 2023 3:23 pm
Hi
I'm trying to get to read the users system in love2d
Is saved using
This is the users system structure:
I tried to load it with
But I didn't get success
It have solutions?
--it have the load system
I'm trying to get to read the users system in love2d
Is saved using
Code: Select all
love.filesystem.write
Code: Select all
users = {{name = 'User'}}
return users
Code: Select all
love.filesystem.load
It have solutions?
--it have the load system