tileset_plugin icon indicating copy to clipboard operation
tileset_plugin copied to clipboard

save settings

Open puppetmaster- opened this issue 8 years ago • 2 comments

I don't know how to save settings.

puppetmaster- avatar Aug 02 '16 20:08 puppetmaster-

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

puppetmaster- avatar Aug 26 '16 13:08 puppetmaster-

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

kondelik avatar Jan 02 '18 10:01 kondelik