diff options
| author | Juan Linietsky | 2015-05-25 01:46:45 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-05-25 01:47:02 -0300 |
| commit | f36e7dcb405ead38c33d808f732fd7b4e23d19e5 (patch) | |
| tree | c9c32ce63935fbb3670ae51b921d1a0d1992256f /tools/editor/editor_file_system.cpp | |
| parent | f8f3362cab16ddfbc1d954ecadbccd4838200769 (diff) | |
| download | godot-f36e7dcb405ead38c33d808f732fd7b4e23d19e5.tar.gz godot-f36e7dcb405ead38c33d808f732fd7b4e23d19e5.tar.zst godot-f36e7dcb405ead38c33d808f732fd7b4e23d19e5.zip | |
improved animation editor
-same-value link keys
-new layout
-forward, backwards playback
-integrated curve/property editor
-auto increment sprite frame after insert
-copy & paste animation resoucres
Diffstat (limited to 'tools/editor/editor_file_system.cpp')
| -rw-r--r-- | tools/editor/editor_file_system.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_file_system.cpp b/tools/editor/editor_file_system.cpp index 8e96123c3..ae083db0f 100644 --- a/tools/editor/editor_file_system.cpp +++ b/tools/editor/editor_file_system.cpp @@ -989,6 +989,7 @@ EditorFileSystemDirectory *EditorFileSystem::get_path(const String& p_path) { void EditorFileSystem::_resource_saved(const String& p_path){ + print_line("resource saved: "+p_path); EditorFileSystem::get_singleton()->update_file(p_path); } |
