mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
forgot Particles folder
This commit is contained in:
parent
8712e57f07
commit
e8b3c2ea09
0
project_name/Content/Particles/.keep
Normal file
0
project_name/Content/Particles/.keep
Normal file
@ -140,6 +140,9 @@ namespace Nez
|
|||||||
|
|
||||||
void PrintSpecialFolderAndSubfolders(string source, string[] validExtensions, bool isCompiledFolder = false)
|
void PrintSpecialFolderAndSubfolders(string source, string[] validExtensions, bool isCompiledFolder = false)
|
||||||
{
|
{
|
||||||
|
if (!Directory.Exists(source))
|
||||||
|
return;
|
||||||
|
|
||||||
var stripPath = isCompiledFolder ? source : "";
|
var stripPath = isCompiledFolder ? source : "";
|
||||||
PrintContentFiles(source, 3, stripPath, validExtensions);
|
PrintContentFiles(source, 3, stripPath, validExtensions);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user