tileset_plugin
tileset_plugin copied to clipboard
save settings
I don't know how to save settings.
get_state( )
and set_state()
get_editor_settings( )
http://docs.godotengine.org/en/latest/classes/class_editorplugin.html http://docs.godotengine.org/en/latest/classes/class_editorsettings.html
I see that get_state()
is returning dictionary, so i am pretty sure it is the same thing as saving game:
http://docs.godotengine.org/en/latest/learning/features/misc/saving_games.html