diff options
| author | Rémi Verschelde | 2017-02-09 00:07:44 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-02-09 00:08:27 +0100 |
| commit | b87a232668d9f9f3b32c2fceb60bc5f6ef46df22 (patch) | |
| tree | 40bf3a8b94fbca24f9bf144e4ac9eee7f3c011d0 /tools/editor/plugins | |
| parent | b19c9bd1983b8c72621595b7c22daade4ebf6625 (diff) | |
| download | godot-b87a232668d9f9f3b32c2fceb60bc5f6ef46df22.tar.gz godot-b87a232668d9f9f3b32c2fceb60bc5f6ef46df22.tar.zst godot-b87a232668d9f9f3b32c2fceb60bc5f6ef46df22.zip | |
Reorder the folders in tools to prepare moving tools/editor
- `certs` and `editor_fonts` go to `thirdparty`
- `dist` and `scripts` go to a new `misc` folder
- `collada` and `doc` go to `tools/editor`
The next step will be to rename `tools/editor` to `editor` directly,
but this will be done at the right time to avoid breaking too many PRs.
Diffstat (limited to 'tools/editor/plugins')
| -rw-r--r-- | tools/editor/plugins/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/SCsub b/tools/editor/plugins/SCsub index 4bf55189c..f1fa50148 100644 --- a/tools/editor/plugins/SCsub +++ b/tools/editor/plugins/SCsub @@ -2,4 +2,4 @@ Import('env') Export('env') -env.add_source_files(env.tool_sources, "*.cpp") +env.add_source_files(env.editor_sources, "*.cpp") |
