diff --git a/ProjectStructureCreatorEditor.cs b/ProjectStructureCreatorEditor.cs index f44eda2..f0aa5f3 100644 --- a/ProjectStructureCreatorEditor.cs +++ b/ProjectStructureCreatorEditor.cs @@ -15,6 +15,7 @@ namespace Syntriax.Editor private static void CreateStructure() { CreateSubFolder($"{AssetPath}", "Art"); + CreateSubFolder($"{AssetPath}/Art", "Animations"); CreateSubFolder($"{AssetPath}/Art", "Materials"); CreateSubFolder($"{AssetPath}/Art", "Models"); CreateSubFolder($"{AssetPath}/Art", "Textures");