Save and Load files


I have included a function to save and load maps. 

  • Press [F1] to create a .newtbb file with all the map information.
  •  Press [F2] to load the file. 

You can  share the file with other people so they can load your map on another instance of the tool.  

Thanks to https://itch.io/profile/loris70 for the suggestion.

Comments

Log in with itch.io to leave a comment.

I love this designer, it's so easy to use.  I am having a problem when I load the json file.  It seems to save correctly but when I load it again several of the tokens appear in random places on the map.  I have loaded several times and it seems like the x,y is not being saved correctly.  I am using v113 of the designer.

Hey Delacannon, looks like the load and save are having some issues. It seems that no file will import unless it has `"extension":"999"` defined as part of its structure, but its also possible to export files that are missing this key. 

Is this a known issue? The workaround isn't very hard on my side but wanted to check in.