I'm creating a 2d game on which I use TileMaps to create the levels and I was wondering on what option is recommended (I'm looking for good performance, so which one is better?)
-Use single images for each tile.
-Use big image and then cut the tiles that I need from the godot tileset editor.