Godot Version
4.1.3.stable
Question
Hi, so I wanna create some kind of card database game, to be more specific I wanna put an infinite amount of slots that can be created if it’s possible, each slot have their own values.
Also I want it to be able to create folder with files from game directory each time you create a new slot. If the file gets eliminated, also the slot will be eliminated, and if it’s possible to save images after selecting an image from the node “FileDialog” within the folder files.
I would like to add an export import game data, if it is possible to the game to read database files from directory and can be imported in-game, the same with export.
Any help is appreciated.