summaryrefslogtreecommitdiffstats
path: root/tools/script_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Remove tools/script_plugins, demos of the old plugin APIRémi Verschelde2016-09-056-82/+0
| | | | | They are superseded by the official demos in https://github.com/godotengine/godot-demo-projects/tree/master/plugins
* Changed *_scene() to *_tree()theuserbl2015-03-051-2/+2
| | | Changed _enter_scene and _exit_scene() to _enter_tree() and _exit_tree() in the time-example, because the *_scene no longer work.
* -moved script to modulesJuan Linietsky2014-02-246-0/+82