puppetmaster- / tileset_plugin

A plugin for the Godot Game Engine, to help creating/changing tileset scene.
MIT License
54 stars 16 forks source link

save settings #1

Open puppetmaster- opened 8 years ago

puppetmaster- commented 8 years ago

I don't know how to save settings.

puppetmaster- commented 8 years ago

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

kondelik commented 6 years ago

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