Does monogame support the following?
-Exporting graphics as png on game save
-Importing graphics as png on game load
preferably in specific sub folders?
I want to make something similar to SMBX which is a super mario editor which stores data like this…
\ root folder
| world folder
\ graphics folder
| npcs folder containing png files for npcs
| blocks folder containing png files for blocks
| backgrounds folder containing png files for backgrounds
\ sound folder
| npcs folder containing ogg files for npcs
| blocks folder containing ogg files for blocks
| backgrounds folder containing ogg files for backgrounds
\ script folder
| npcs folder containing lua files for npcs
| blocks folder containing lua files for blocks
| backgrounds folder containing lua files for backgrounds
or maybe something like this…
\ root folder
| npc folder containing folders for each npc
| blocks folder containing folders for each block
| background folder containing folders for each background
this is just a question wondering if monogame can do this?