Create the Exporter super class and subclass it for Foundry #5
Labels
enhancement
New feature or request
FoundryVTT
Deals with FoundryVTT specifics.
hackathon
Good for the 2020 Hackathon!
The
Exporter
class should have the responsibility of taking theDungeon
object and the rendered image (from #3) and producing a serialized (i.e. saved to disk) file that can be ingested by an external program like Foundry VTT. This is the class that handles logic such as adding vision blocking structures (see #4) and any other information that we will be able to handle in the future.For now we can use the dummy dungeon (from #3)
and it's rendering
The text was updated successfully, but these errors were encountered: