diff --git a/story-editor-v2/CMakeLists.txt b/story-editor/CMakeLists.txt similarity index 100% rename from story-editor-v2/CMakeLists.txt rename to story-editor/CMakeLists.txt diff --git a/story-editor-v2/fonts/fa-solid-900.ttf b/story-editor/fonts/fa-solid-900.ttf similarity index 100% rename from story-editor-v2/fonts/fa-solid-900.ttf rename to story-editor/fonts/fa-solid-900.ttf diff --git a/story-editor-v2/fonts/materialdesignicons-webfont.ttf b/story-editor/fonts/materialdesignicons-webfont.ttf similarity index 100% rename from story-editor-v2/fonts/materialdesignicons-webfont.ttf rename to story-editor/fonts/materialdesignicons-webfont.ttf diff --git a/story-editor-v2/fonts/roboto.ttf b/story-editor/fonts/roboto.ttf similarity index 100% rename from story-editor-v2/fonts/roboto.ttf rename to story-editor/fonts/roboto.ttf diff --git a/story-editor-v2/libs/ImGuiColorTextEdit/.gitignore b/story-editor/libs/ImGuiColorTextEdit/.gitignore similarity index 100% rename from story-editor-v2/libs/ImGuiColorTextEdit/.gitignore rename to story-editor/libs/ImGuiColorTextEdit/.gitignore diff --git a/story-editor-v2/libs/ImGuiColorTextEdit/CONTRIBUTING b/story-editor/libs/ImGuiColorTextEdit/CONTRIBUTING similarity index 100% rename from story-editor-v2/libs/ImGuiColorTextEdit/CONTRIBUTING rename to story-editor/libs/ImGuiColorTextEdit/CONTRIBUTING diff --git a/story-editor-v2/libs/ImGuiColorTextEdit/LICENSE b/story-editor/libs/ImGuiColorTextEdit/LICENSE similarity index 100% rename from story-editor-v2/libs/ImGuiColorTextEdit/LICENSE rename to story-editor/libs/ImGuiColorTextEdit/LICENSE diff --git a/story-editor-v2/libs/ImGuiColorTextEdit/README.md b/story-editor/libs/ImGuiColorTextEdit/README.md similarity index 100% rename from story-editor-v2/libs/ImGuiColorTextEdit/README.md rename to story-editor/libs/ImGuiColorTextEdit/README.md diff --git a/story-editor-v2/libs/ImGuiColorTextEdit/TextEditor.cpp b/story-editor/libs/ImGuiColorTextEdit/TextEditor.cpp similarity index 100% rename from story-editor-v2/libs/ImGuiColorTextEdit/TextEditor.cpp rename to story-editor/libs/ImGuiColorTextEdit/TextEditor.cpp diff --git a/story-editor-v2/libs/ImGuiColorTextEdit/TextEditor.h b/story-editor/libs/ImGuiColorTextEdit/TextEditor.h similarity index 100% rename from story-editor-v2/libs/ImGuiColorTextEdit/TextEditor.h rename to story-editor/libs/ImGuiColorTextEdit/TextEditor.h diff --git a/story-editor-v2/libs/ImGuiFileDialog/CMakeLists.txt b/story-editor/libs/ImGuiFileDialog/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/CMakeLists.txt rename to story-editor/libs/ImGuiFileDialog/CMakeLists.txt diff --git a/story-editor-v2/libs/ImGuiFileDialog/ImGuiFileDialog.cpp b/story-editor/libs/ImGuiFileDialog/ImGuiFileDialog.cpp similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/ImGuiFileDialog.cpp rename to story-editor/libs/ImGuiFileDialog/ImGuiFileDialog.cpp diff --git a/story-editor-v2/libs/ImGuiFileDialog/ImGuiFileDialog.h b/story-editor/libs/ImGuiFileDialog/ImGuiFileDialog.h similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/ImGuiFileDialog.h rename to story-editor/libs/ImGuiFileDialog/ImGuiFileDialog.h diff --git a/story-editor-v2/libs/ImGuiFileDialog/ImGuiFileDialogConfig.h b/story-editor/libs/ImGuiFileDialog/ImGuiFileDialogConfig.h similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/ImGuiFileDialogConfig.h rename to story-editor/libs/ImGuiFileDialog/ImGuiFileDialogConfig.h diff --git a/story-editor-v2/libs/ImGuiFileDialog/LICENSE b/story-editor/libs/ImGuiFileDialog/LICENSE similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/LICENSE rename to story-editor/libs/ImGuiFileDialog/LICENSE diff --git a/story-editor-v2/libs/ImGuiFileDialog/README.md b/story-editor/libs/ImGuiFileDialog/README.md similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/README.md rename to story-editor/libs/ImGuiFileDialog/README.md diff --git a/story-editor-v2/libs/ImGuiFileDialog/dirent/ChangeLog b/story-editor/libs/ImGuiFileDialog/dirent/ChangeLog similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/dirent/ChangeLog rename to story-editor/libs/ImGuiFileDialog/dirent/ChangeLog diff --git a/story-editor-v2/libs/ImGuiFileDialog/dirent/LICENSE b/story-editor/libs/ImGuiFileDialog/dirent/LICENSE similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/dirent/LICENSE rename to story-editor/libs/ImGuiFileDialog/dirent/LICENSE diff --git a/story-editor-v2/libs/ImGuiFileDialog/dirent/README.md b/story-editor/libs/ImGuiFileDialog/dirent/README.md similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/dirent/README.md rename to story-editor/libs/ImGuiFileDialog/dirent/README.md diff --git a/story-editor-v2/libs/ImGuiFileDialog/dirent/dirent.h b/story-editor/libs/ImGuiFileDialog/dirent/dirent.h similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/dirent/dirent.h rename to story-editor/libs/ImGuiFileDialog/dirent/dirent.h diff --git a/story-editor-v2/libs/ImGuiFileDialog/stb/LICENSE b/story-editor/libs/ImGuiFileDialog/stb/LICENSE similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/stb/LICENSE rename to story-editor/libs/ImGuiFileDialog/stb/LICENSE diff --git a/story-editor-v2/libs/ImGuiFileDialog/stb/README.md b/story-editor/libs/ImGuiFileDialog/stb/README.md similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/stb/README.md rename to story-editor/libs/ImGuiFileDialog/stb/README.md diff --git a/story-editor-v2/libs/ImGuiFileDialog/stb/stb_image.h b/story-editor/libs/ImGuiFileDialog/stb/stb_image.h similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/stb/stb_image.h rename to story-editor/libs/ImGuiFileDialog/stb/stb_image.h diff --git a/story-editor-v2/libs/ImGuiFileDialog/stb/stb_image_resize.h b/story-editor/libs/ImGuiFileDialog/stb/stb_image_resize.h similarity index 100% rename from story-editor-v2/libs/ImGuiFileDialog/stb/stb_image_resize.h rename to story-editor/libs/ImGuiFileDialog/stb/stb_image_resize.h diff --git a/story-editor-v2/libs/imgui-node-editor/.github/workflows/build.yml b/story-editor/libs/imgui-node-editor/.github/workflows/build.yml similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/.github/workflows/build.yml rename to story-editor/libs/imgui-node-editor/.github/workflows/build.yml diff --git a/story-editor-v2/libs/imgui-node-editor/.gitignore b/story-editor/libs/imgui-node-editor/.gitignore similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/.gitignore rename to story-editor/libs/imgui-node-editor/.gitignore diff --git a/story-editor-v2/libs/imgui-node-editor/LICENSE b/story-editor/libs/imgui-node-editor/LICENSE similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/LICENSE rename to story-editor/libs/imgui-node-editor/LICENSE diff --git a/story-editor-v2/libs/imgui-node-editor/crude_json.cpp b/story-editor/libs/imgui-node-editor/crude_json.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/crude_json.cpp rename to story-editor/libs/imgui-node-editor/crude_json.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/crude_json.h b/story-editor/libs/imgui-node-editor/crude_json.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/crude_json.h rename to story-editor/libs/imgui-node-editor/crude_json.h diff --git a/story-editor-v2/libs/imgui-node-editor/docs/CHANGELOG.txt b/story-editor/libs/imgui-node-editor/docs/CHANGELOG.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/docs/CHANGELOG.txt rename to story-editor/libs/imgui-node-editor/docs/CHANGELOG.txt diff --git a/story-editor-v2/libs/imgui-node-editor/docs/README.md b/story-editor/libs/imgui-node-editor/docs/README.md similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/docs/README.md rename to story-editor/libs/imgui-node-editor/docs/README.md diff --git a/story-editor-v2/libs/imgui-node-editor/docs/TODO.md b/story-editor/libs/imgui-node-editor/docs/TODO.md similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/docs/TODO.md rename to story-editor/libs/imgui-node-editor/docs/TODO.md diff --git a/story-editor-v2/libs/imgui-node-editor/examples/CMakeLists.txt b/story-editor/libs/imgui-node-editor/examples/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/examples/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/CMakeLists.txt b/story-editor/libs/imgui-node-editor/examples/application/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/examples/application/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/include/application.h b/story-editor/libs/imgui-node-editor/examples/application/include/application.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/include/application.h rename to story-editor/libs/imgui-node-editor/examples/application/include/application.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/application.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/application.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/application.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/application.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/config.h.in b/story-editor/libs/imgui-node-editor/examples/application/source/config.h.in similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/config.h.in rename to story-editor/libs/imgui-node-editor/examples/application/source/config.h.in diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/entry_point.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/entry_point.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/entry_point.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/entry_point.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_extra_keys.h b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_extra_keys.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_extra_keys.h rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_extra_keys.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.h b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.h rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_dx11.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.h b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.h rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_glfw.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.h b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.h rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_opengl3.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.h b/story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.h rename to story-editor/libs/imgui-node-editor/examples/application/source/imgui_impl_win32.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/platform.h b/story-editor/libs/imgui-node-editor/examples/application/source/platform.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/platform.h rename to story-editor/libs/imgui-node-editor/examples/application/source/platform.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/platform_glfw.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/platform_glfw.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/platform_glfw.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/platform_glfw.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/platform_win32.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/platform_win32.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/platform_win32.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/platform_win32.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/renderer.h b/story-editor/libs/imgui-node-editor/examples/application/source/renderer.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/renderer.h rename to story-editor/libs/imgui-node-editor/examples/application/source/renderer.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/renderer_dx11.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/renderer_dx11.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/renderer_dx11.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/renderer_dx11.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/renderer_ogl3.cpp b/story-editor/libs/imgui-node-editor/examples/application/source/renderer_ogl3.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/renderer_ogl3.cpp rename to story-editor/libs/imgui-node-editor/examples/application/source/renderer_ogl3.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/source/setup.h b/story-editor/libs/imgui-node-editor/examples/application/source/setup.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/source/setup.h rename to story-editor/libs/imgui-node-editor/examples/application/source/setup.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/support/Icon.icns b/story-editor/libs/imgui-node-editor/examples/application/support/Icon.icns similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/support/Icon.icns rename to story-editor/libs/imgui-node-editor/examples/application/support/Icon.icns diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/support/Icon.ico b/story-editor/libs/imgui-node-editor/examples/application/support/Icon.ico similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/support/Icon.ico rename to story-editor/libs/imgui-node-editor/examples/application/support/Icon.ico diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/support/Icon.png b/story-editor/libs/imgui-node-editor/examples/application/support/Icon.png similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/support/Icon.png rename to story-editor/libs/imgui-node-editor/examples/application/support/Icon.png diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/support/Info.plist.in b/story-editor/libs/imgui-node-editor/examples/application/support/Info.plist.in similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/support/Info.plist.in rename to story-editor/libs/imgui-node-editor/examples/application/support/Info.plist.in diff --git a/story-editor-v2/libs/imgui-node-editor/examples/application/support/Resource.rc.in b/story-editor/libs/imgui-node-editor/examples/application/support/Resource.rc.in similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/application/support/Resource.rc.in rename to story-editor/libs/imgui-node-editor/examples/application/support/Resource.rc.in diff --git a/story-editor-v2/libs/imgui-node-editor/examples/basic-interaction-example/CMakeLists.txt b/story-editor/libs/imgui-node-editor/examples/basic-interaction-example/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/basic-interaction-example/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/examples/basic-interaction-example/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/basic-interaction-example/basic-interaction-example.cpp b/story-editor/libs/imgui-node-editor/examples/basic-interaction-example/basic-interaction-example.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/basic-interaction-example/basic-interaction-example.cpp rename to story-editor/libs/imgui-node-editor/examples/basic-interaction-example/basic-interaction-example.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/CMakeLists.txt b/story-editor/libs/imgui-node-editor/examples/blueprints-example/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/blueprints-example.cpp b/story-editor/libs/imgui-node-editor/examples/blueprints-example/blueprints-example.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/blueprints-example.cpp rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/blueprints-example.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/data/BlueprintBackground.png b/story-editor/libs/imgui-node-editor/examples/blueprints-example/data/BlueprintBackground.png similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/data/BlueprintBackground.png rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/data/BlueprintBackground.png diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/data/ic_restore_white_24dp.png b/story-editor/libs/imgui-node-editor/examples/blueprints-example/data/ic_restore_white_24dp.png similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/data/ic_restore_white_24dp.png rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/data/ic_restore_white_24dp.png diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/data/ic_save_white_24dp.png b/story-editor/libs/imgui-node-editor/examples/blueprints-example/data/ic_save_white_24dp.png similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/data/ic_save_white_24dp.png rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/data/ic_save_white_24dp.png diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.cpp b/story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.cpp rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.h b/story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.h rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/builders.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.cpp b/story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.cpp rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.h b/story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.h rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/drawing.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.cpp b/story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.cpp rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.h b/story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.h rename to story-editor/libs/imgui-node-editor/examples/blueprints-example/utilities/widgets.h diff --git a/story-editor-v2/libs/imgui-node-editor/examples/canvas-example/CMakeLists.txt b/story-editor/libs/imgui-node-editor/examples/canvas-example/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/canvas-example/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/examples/canvas-example/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/canvas-example/canvas-example.cpp b/story-editor/libs/imgui-node-editor/examples/canvas-example/canvas-example.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/canvas-example/canvas-example.cpp rename to story-editor/libs/imgui-node-editor/examples/canvas-example/canvas-example.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/data/Cuprum-Bold.ttf b/story-editor/libs/imgui-node-editor/examples/data/Cuprum-Bold.ttf similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/data/Cuprum-Bold.ttf rename to story-editor/libs/imgui-node-editor/examples/data/Cuprum-Bold.ttf diff --git a/story-editor-v2/libs/imgui-node-editor/examples/data/Cuprum-OFL.txt b/story-editor/libs/imgui-node-editor/examples/data/Cuprum-OFL.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/data/Cuprum-OFL.txt rename to story-editor/libs/imgui-node-editor/examples/data/Cuprum-OFL.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/data/Oswald-OFL.txt b/story-editor/libs/imgui-node-editor/examples/data/Oswald-OFL.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/data/Oswald-OFL.txt rename to story-editor/libs/imgui-node-editor/examples/data/Oswald-OFL.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/data/Oswald-Regular.ttf b/story-editor/libs/imgui-node-editor/examples/data/Oswald-Regular.ttf similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/data/Oswald-Regular.ttf rename to story-editor/libs/imgui-node-editor/examples/data/Oswald-Regular.ttf diff --git a/story-editor-v2/libs/imgui-node-editor/examples/data/Play-OFL.txt b/story-editor/libs/imgui-node-editor/examples/data/Play-OFL.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/data/Play-OFL.txt rename to story-editor/libs/imgui-node-editor/examples/data/Play-OFL.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/data/Play-Regular.ttf b/story-editor/libs/imgui-node-editor/examples/data/Play-Regular.ttf similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/data/Play-Regular.ttf rename to story-editor/libs/imgui-node-editor/examples/data/Play-Regular.ttf diff --git a/story-editor-v2/libs/imgui-node-editor/examples/simple-example/CMakeLists.txt b/story-editor/libs/imgui-node-editor/examples/simple-example/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/simple-example/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/examples/simple-example/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/simple-example/simple-example.cpp b/story-editor/libs/imgui-node-editor/examples/simple-example/simple-example.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/simple-example/simple-example.cpp rename to story-editor/libs/imgui-node-editor/examples/simple-example/simple-example.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/examples/widgets-example/CMakeLists.txt b/story-editor/libs/imgui-node-editor/examples/widgets-example/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/widgets-example/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/examples/widgets-example/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/examples/widgets-example/widgets-example.cpp b/story-editor/libs/imgui-node-editor/examples/widgets-example/widgets-example.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/examples/widgets-example/widgets-example.cpp rename to story-editor/libs/imgui-node-editor/examples/widgets-example/widgets-example.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11.h b/story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11.h rename to story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11async.h b/story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11async.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11async.h rename to story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11async.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11core.h b/story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11core.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11core.h rename to story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11core.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11tex.h b/story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11tex.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/D3DX11tex.h rename to story-editor/libs/imgui-node-editor/external/DXSDK/include/D3DX11tex.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/dxerr.h b/story-editor/libs/imgui-node-editor/external/DXSDK/include/dxerr.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/include/dxerr.h rename to story-editor/libs/imgui-node-editor/external/DXSDK/include/dxerr.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11.lib b/story-editor/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11.lib similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11.lib rename to story-editor/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11.lib diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11d.lib b/story-editor/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11d.lib similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11d.lib rename to story-editor/libs/imgui-node-editor/external/DXSDK/lib/x64/d3dx11d.lib diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11.lib b/story-editor/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11.lib similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11.lib rename to story-editor/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11.lib diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11d.lib b/story-editor/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11d.lib similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11d.lib rename to story-editor/libs/imgui-node-editor/external/DXSDK/lib/x86/d3dx11d.lib diff --git a/story-editor-v2/libs/imgui-node-editor/external/DXSDK/src/dxerr.cpp b/story-editor/libs/imgui-node-editor/external/DXSDK/src/dxerr.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/DXSDK/src/dxerr.cpp rename to story-editor/libs/imgui-node-editor/external/DXSDK/src/dxerr.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/external/ScopeGuard/CMakeLists.txt b/story-editor/libs/imgui-node-editor/external/ScopeGuard/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/ScopeGuard/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/external/ScopeGuard/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/external/ScopeGuard/ScopeGuard.h b/story-editor/libs/imgui-node-editor/external/ScopeGuard/ScopeGuard.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/ScopeGuard/ScopeGuard.h rename to story-editor/libs/imgui-node-editor/external/ScopeGuard/ScopeGuard.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/gl3w/CMakeLists.txt b/story-editor/libs/imgui-node-editor/external/gl3w/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/gl3w/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/external/gl3w/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/external/gl3w/Include/GL/gl3w.h b/story-editor/libs/imgui-node-editor/external/gl3w/Include/GL/gl3w.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/gl3w/Include/GL/gl3w.h rename to story-editor/libs/imgui-node-editor/external/gl3w/Include/GL/gl3w.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/gl3w/Include/GL/glcorearb.h b/story-editor/libs/imgui-node-editor/external/gl3w/Include/GL/glcorearb.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/gl3w/Include/GL/glcorearb.h rename to story-editor/libs/imgui-node-editor/external/gl3w/Include/GL/glcorearb.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/gl3w/Source/gl3w.c b/story-editor/libs/imgui-node-editor/external/gl3w/Source/gl3w.c similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/gl3w/Source/gl3w.c rename to story-editor/libs/imgui-node-editor/external/gl3w/Source/gl3w.c diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/CMakeLists.txt b/story-editor/libs/imgui-node-editor/external/imgui/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/external/imgui/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/LICENSE.txt b/story-editor/libs/imgui-node-editor/external/imgui/LICENSE.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/LICENSE.txt rename to story-editor/libs/imgui-node-editor/external/imgui/LICENSE.txt diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imconfig.h b/story-editor/libs/imgui-node-editor/external/imgui/imconfig.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imconfig.h rename to story-editor/libs/imgui-node-editor/external/imgui/imconfig.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui.cpp b/story-editor/libs/imgui-node-editor/external/imgui/imgui.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui.cpp rename to story-editor/libs/imgui-node-editor/external/imgui/imgui.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui.h b/story-editor/libs/imgui-node-editor/external/imgui/imgui.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui.h rename to story-editor/libs/imgui-node-editor/external/imgui/imgui.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui.natvis b/story-editor/libs/imgui-node-editor/external/imgui/imgui.natvis similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui.natvis rename to story-editor/libs/imgui-node-editor/external/imgui/imgui.natvis diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_demo.cpp b/story-editor/libs/imgui-node-editor/external/imgui/imgui_demo.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_demo.cpp rename to story-editor/libs/imgui-node-editor/external/imgui/imgui_demo.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_draw.cpp b/story-editor/libs/imgui-node-editor/external/imgui/imgui_draw.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_draw.cpp rename to story-editor/libs/imgui-node-editor/external/imgui/imgui_draw.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_internal.h b/story-editor/libs/imgui-node-editor/external/imgui/imgui_internal.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_internal.h rename to story-editor/libs/imgui-node-editor/external/imgui/imgui_internal.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_tables.cpp b/story-editor/libs/imgui-node-editor/external/imgui/imgui_tables.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_tables.cpp rename to story-editor/libs/imgui-node-editor/external/imgui/imgui_tables.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_widgets.cpp b/story-editor/libs/imgui-node-editor/external/imgui/imgui_widgets.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imgui_widgets.cpp rename to story-editor/libs/imgui-node-editor/external/imgui/imgui_widgets.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imstb_rectpack.h b/story-editor/libs/imgui-node-editor/external/imgui/imstb_rectpack.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imstb_rectpack.h rename to story-editor/libs/imgui-node-editor/external/imgui/imstb_rectpack.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imstb_textedit.h b/story-editor/libs/imgui-node-editor/external/imgui/imstb_textedit.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imstb_textedit.h rename to story-editor/libs/imgui-node-editor/external/imgui/imstb_textedit.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/imgui/imstb_truetype.h b/story-editor/libs/imgui-node-editor/external/imgui/imstb_truetype.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/imgui/imstb_truetype.h rename to story-editor/libs/imgui-node-editor/external/imgui/imstb_truetype.h diff --git a/story-editor-v2/libs/imgui-node-editor/external/stb_image/CMakeLists.txt b/story-editor/libs/imgui-node-editor/external/stb_image/CMakeLists.txt similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/stb_image/CMakeLists.txt rename to story-editor/libs/imgui-node-editor/external/stb_image/CMakeLists.txt diff --git a/story-editor-v2/libs/imgui-node-editor/external/stb_image/stb_image.h b/story-editor/libs/imgui-node-editor/external/stb_image/stb_image.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/external/stb_image/stb_image.h rename to story-editor/libs/imgui-node-editor/external/stb_image/stb_image.h diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_bezier_math.h b/story-editor/libs/imgui-node-editor/imgui_bezier_math.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_bezier_math.h rename to story-editor/libs/imgui-node-editor/imgui_bezier_math.h diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_bezier_math.inl b/story-editor/libs/imgui-node-editor/imgui_bezier_math.inl similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_bezier_math.inl rename to story-editor/libs/imgui-node-editor/imgui_bezier_math.inl diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_canvas.cpp b/story-editor/libs/imgui-node-editor/imgui_canvas.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_canvas.cpp rename to story-editor/libs/imgui-node-editor/imgui_canvas.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_canvas.h b/story-editor/libs/imgui-node-editor/imgui_canvas.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_canvas.h rename to story-editor/libs/imgui-node-editor/imgui_canvas.h diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_extra_math.h b/story-editor/libs/imgui-node-editor/imgui_extra_math.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_extra_math.h rename to story-editor/libs/imgui-node-editor/imgui_extra_math.h diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_extra_math.inl b/story-editor/libs/imgui-node-editor/imgui_extra_math.inl similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_extra_math.inl rename to story-editor/libs/imgui-node-editor/imgui_extra_math.inl diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_node_editor.cpp b/story-editor/libs/imgui-node-editor/imgui_node_editor.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_node_editor.cpp rename to story-editor/libs/imgui-node-editor/imgui_node_editor.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_node_editor.h b/story-editor/libs/imgui-node-editor/imgui_node_editor.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_node_editor.h rename to story-editor/libs/imgui-node-editor/imgui_node_editor.h diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_node_editor_api.cpp b/story-editor/libs/imgui-node-editor/imgui_node_editor_api.cpp similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_node_editor_api.cpp rename to story-editor/libs/imgui-node-editor/imgui_node_editor_api.cpp diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_node_editor_internal.h b/story-editor/libs/imgui-node-editor/imgui_node_editor_internal.h similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_node_editor_internal.h rename to story-editor/libs/imgui-node-editor/imgui_node_editor_internal.h diff --git a/story-editor-v2/libs/imgui-node-editor/imgui_node_editor_internal.inl b/story-editor/libs/imgui-node-editor/imgui_node_editor_internal.inl similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/imgui_node_editor_internal.inl rename to story-editor/libs/imgui-node-editor/imgui_node_editor_internal.inl diff --git a/story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/FindScopeGuard.cmake b/story-editor/libs/imgui-node-editor/misc/cmake-modules/FindScopeGuard.cmake similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/FindScopeGuard.cmake rename to story-editor/libs/imgui-node-editor/misc/cmake-modules/FindScopeGuard.cmake diff --git a/story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findgl3w.cmake b/story-editor/libs/imgui-node-editor/misc/cmake-modules/Findgl3w.cmake similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findgl3w.cmake rename to story-editor/libs/imgui-node-editor/misc/cmake-modules/Findgl3w.cmake diff --git a/story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findimgui.cmake b/story-editor/libs/imgui-node-editor/misc/cmake-modules/Findimgui.cmake similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findimgui.cmake rename to story-editor/libs/imgui-node-editor/misc/cmake-modules/Findimgui.cmake diff --git a/story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findimgui_node_editor.cmake b/story-editor/libs/imgui-node-editor/misc/cmake-modules/Findimgui_node_editor.cmake similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findimgui_node_editor.cmake rename to story-editor/libs/imgui-node-editor/misc/cmake-modules/Findimgui_node_editor.cmake diff --git a/story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findstb_image.cmake b/story-editor/libs/imgui-node-editor/misc/cmake-modules/Findstb_image.cmake similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/misc/cmake-modules/Findstb_image.cmake rename to story-editor/libs/imgui-node-editor/misc/cmake-modules/Findstb_image.cmake diff --git a/story-editor-v2/libs/imgui-node-editor/misc/crude_json.natvis b/story-editor/libs/imgui-node-editor/misc/crude_json.natvis similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/misc/crude_json.natvis rename to story-editor/libs/imgui-node-editor/misc/crude_json.natvis diff --git a/story-editor-v2/libs/imgui-node-editor/misc/imgui_node_editor.natvis b/story-editor/libs/imgui-node-editor/misc/imgui_node_editor.natvis similarity index 100% rename from story-editor-v2/libs/imgui-node-editor/misc/imgui_node_editor.natvis rename to story-editor/libs/imgui-node-editor/misc/imgui_node_editor.natvis diff --git a/story-editor-v2/scripts/media.asm b/story-editor/scripts/media.asm similarity index 100% rename from story-editor-v2/scripts/media.asm rename to story-editor/scripts/media.asm diff --git a/story-editor-v2/src/CustomImGuiFileDialogConfig.h b/story-editor/src/CustomImGuiFileDialogConfig.h similarity index 100% rename from story-editor-v2/src/CustomImGuiFileDialogConfig.h rename to story-editor/src/CustomImGuiFileDialogConfig.h diff --git a/story-editor-v2/src/IconsFontAwesome5_c.h b/story-editor/src/IconsFontAwesome5_c.h similarity index 100% rename from story-editor-v2/src/IconsFontAwesome5_c.h rename to story-editor/src/IconsFontAwesome5_c.h diff --git a/story-editor-v2/src/IconsMaterialDesignIcons.h b/story-editor/src/IconsMaterialDesignIcons.h similarity index 100% rename from story-editor-v2/src/IconsMaterialDesignIcons.h rename to story-editor/src/IconsMaterialDesignIcons.h diff --git a/story-editor-v2/src/base_node.cpp b/story-editor/src/base_node.cpp similarity index 100% rename from story-editor-v2/src/base_node.cpp rename to story-editor/src/base_node.cpp diff --git a/story-editor-v2/src/base_node.h b/story-editor/src/base_node.h similarity index 100% rename from story-editor-v2/src/base_node.h rename to story-editor/src/base_node.h diff --git a/story-editor-v2/src/code_editor.cpp b/story-editor/src/code_editor.cpp similarity index 100% rename from story-editor-v2/src/code_editor.cpp rename to story-editor/src/code_editor.cpp diff --git a/story-editor-v2/src/code_editor.h b/story-editor/src/code_editor.h similarity index 100% rename from story-editor-v2/src/code_editor.h rename to story-editor/src/code_editor.h diff --git a/story-editor-v2/src/console_window.cpp b/story-editor/src/console_window.cpp similarity index 100% rename from story-editor-v2/src/console_window.cpp rename to story-editor/src/console_window.cpp diff --git a/story-editor-v2/src/console_window.h b/story-editor/src/console_window.h similarity index 100% rename from story-editor-v2/src/console_window.h rename to story-editor/src/console_window.h diff --git a/story-editor-v2/src/dr_mp3.h b/story-editor/src/dr_mp3.h similarity index 100% rename from story-editor-v2/src/dr_mp3.h rename to story-editor/src/dr_mp3.h diff --git a/story-editor-v2/src/emulator_window.cpp b/story-editor/src/emulator_window.cpp similarity index 100% rename from story-editor-v2/src/emulator_window.cpp rename to story-editor/src/emulator_window.cpp diff --git a/story-editor-v2/src/emulator_window.h b/story-editor/src/emulator_window.h similarity index 100% rename from story-editor-v2/src/emulator_window.h rename to story-editor/src/emulator_window.h diff --git a/story-editor-v2/src/graph.cpp b/story-editor/src/graph.cpp similarity index 100% rename from story-editor-v2/src/graph.cpp rename to story-editor/src/graph.cpp diff --git a/story-editor-v2/src/graph.h b/story-editor/src/graph.h similarity index 100% rename from story-editor-v2/src/graph.h rename to story-editor/src/graph.h diff --git a/story-editor-v2/src/gui.cpp b/story-editor/src/gui.cpp similarity index 100% rename from story-editor-v2/src/gui.cpp rename to story-editor/src/gui.cpp diff --git a/story-editor-v2/src/gui.h b/story-editor/src/gui.h similarity index 100% rename from story-editor-v2/src/gui.h rename to story-editor/src/gui.h diff --git a/story-editor-v2/src/i_story_project.h b/story-editor/src/i_story_project.h similarity index 100% rename from story-editor-v2/src/i_story_project.h rename to story-editor/src/i_story_project.h diff --git a/story-editor-v2/src/imgui_memory_editor.h b/story-editor/src/imgui_memory_editor.h similarity index 100% rename from story-editor-v2/src/imgui_memory_editor.h rename to story-editor/src/imgui_memory_editor.h diff --git a/story-editor-v2/src/json.hpp b/story-editor/src/json.hpp similarity index 100% rename from story-editor-v2/src/json.hpp rename to story-editor/src/json.hpp diff --git a/story-editor-v2/src/main.cpp b/story-editor/src/main.cpp similarity index 100% rename from story-editor-v2/src/main.cpp rename to story-editor/src/main.cpp diff --git a/story-editor-v2/src/main_window.cpp b/story-editor/src/main_window.cpp similarity index 100% rename from story-editor-v2/src/main_window.cpp rename to story-editor/src/main_window.cpp diff --git a/story-editor-v2/src/main_window.h b/story-editor/src/main_window.h similarity index 100% rename from story-editor-v2/src/main_window.h rename to story-editor/src/main_window.h diff --git a/story-editor-v2/src/media_converter.cpp b/story-editor/src/media_converter.cpp similarity index 100% rename from story-editor-v2/src/media_converter.cpp rename to story-editor/src/media_converter.cpp diff --git a/story-editor-v2/src/media_converter.h b/story-editor/src/media_converter.h similarity index 100% rename from story-editor-v2/src/media_converter.h rename to story-editor/src/media_converter.h diff --git a/story-editor-v2/src/media_node.cpp b/story-editor/src/media_node.cpp similarity index 100% rename from story-editor-v2/src/media_node.cpp rename to story-editor/src/media_node.cpp diff --git a/story-editor-v2/src/media_node.h b/story-editor/src/media_node.h similarity index 100% rename from story-editor-v2/src/media_node.h rename to story-editor/src/media_node.h diff --git a/story-editor-v2/src/node_editor_window.cpp b/story-editor/src/node_editor_window.cpp similarity index 100% rename from story-editor-v2/src/node_editor_window.cpp rename to story-editor/src/node_editor_window.cpp diff --git a/story-editor-v2/src/node_editor_window.h b/story-editor/src/node_editor_window.h similarity index 100% rename from story-editor-v2/src/node_editor_window.h rename to story-editor/src/node_editor_window.h diff --git a/story-editor-v2/src/ost_wrapper.cpp b/story-editor/src/ost_wrapper.cpp similarity index 100% rename from story-editor-v2/src/ost_wrapper.cpp rename to story-editor/src/ost_wrapper.cpp diff --git a/story-editor-v2/src/ost_wrapper.h b/story-editor/src/ost_wrapper.h similarity index 100% rename from story-editor-v2/src/ost_wrapper.h rename to story-editor/src/ost_wrapper.h diff --git a/story-editor-v2/src/platform_folders.cpp b/story-editor/src/platform_folders.cpp similarity index 100% rename from story-editor-v2/src/platform_folders.cpp rename to story-editor/src/platform_folders.cpp diff --git a/story-editor-v2/src/platform_folders.h b/story-editor/src/platform_folders.h similarity index 100% rename from story-editor-v2/src/platform_folders.h rename to story-editor/src/platform_folders.h diff --git a/story-editor-v2/src/resource.h b/story-editor/src/resource.h similarity index 100% rename from story-editor-v2/src/resource.h rename to story-editor/src/resource.h diff --git a/story-editor-v2/src/resource_manager.h b/story-editor/src/resource_manager.h similarity index 100% rename from story-editor-v2/src/resource_manager.h rename to story-editor/src/resource_manager.h diff --git a/story-editor-v2/src/resources_window.cpp b/story-editor/src/resources_window.cpp similarity index 100% rename from story-editor-v2/src/resources_window.cpp rename to story-editor/src/resources_window.cpp diff --git a/story-editor-v2/src/resources_window.h b/story-editor/src/resources_window.h similarity index 100% rename from story-editor-v2/src/resources_window.h rename to story-editor/src/resources_window.h diff --git a/story-editor-v2/src/stb_image.h b/story-editor/src/stb_image.h similarity index 100% rename from story-editor-v2/src/stb_image.h rename to story-editor/src/stb_image.h diff --git a/story-editor-v2/src/story_project.cpp b/story-editor/src/story_project.cpp similarity index 100% rename from story-editor-v2/src/story_project.cpp rename to story-editor/src/story_project.cpp diff --git a/story-editor-v2/src/story_project.h b/story-editor/src/story_project.h similarity index 100% rename from story-editor-v2/src/story_project.h rename to story-editor/src/story_project.h diff --git a/story-editor-v2/src/thread_pool.hpp b/story-editor/src/thread_pool.hpp similarity index 100% rename from story-editor-v2/src/thread_pool.hpp rename to story-editor/src/thread_pool.hpp diff --git a/story-editor-v2/src/uuid.h b/story-editor/src/uuid.h similarity index 100% rename from story-editor-v2/src/uuid.h rename to story-editor/src/uuid.h diff --git a/story-editor-v2/src/window_base.cpp b/story-editor/src/window_base.cpp similarity index 100% rename from story-editor-v2/src/window_base.cpp rename to story-editor/src/window_base.cpp diff --git a/story-editor-v2/src/window_base.h b/story-editor/src/window_base.h similarity index 100% rename from story-editor-v2/src/window_base.h rename to story-editor/src/window_base.h