Added Resources Folder Creation
This commit is contained in:
parent
de9db032a6
commit
2f2b402acc
|
@ -23,6 +23,8 @@ namespace Syntriax.Editor
|
||||||
CreateSubFolder($"{AssetPath}/Art/Audio", "Musics");
|
CreateSubFolder($"{AssetPath}/Art/Audio", "Musics");
|
||||||
CreateSubFolder($"{AssetPath}/Art/Audio", "Sounds");
|
CreateSubFolder($"{AssetPath}/Art/Audio", "Sounds");
|
||||||
|
|
||||||
|
CreateSubFolder($"{AssetPath}", "Resources");
|
||||||
|
|
||||||
CreateSubFolder($"{AssetPath}", "Scripts");
|
CreateSubFolder($"{AssetPath}", "Scripts");
|
||||||
|
|
||||||
CreateSubFolder($"{AssetPath}", "Prefabs");
|
CreateSubFolder($"{AssetPath}", "Prefabs");
|
||||||
|
|
Loading…
Reference in New Issue