mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 11:00:16 +07:00
forgot Particles folder
This commit is contained in:
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)
|
||||
{
|
||||
if (!Directory.Exists(source))
|
||||
return;
|
||||
|
||||
var stripPath = isCompiledFolder ? source : "";
|
||||
PrintContentFiles(source, 3, stripPath, validExtensions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user