forked from Misaki/GhostEngine
Refactor folder structure
This commit is contained in:
8
src/Editor/Ghost.Data/Resources/AssetsPath.cs
Normal file
8
src/Editor/Ghost.Data/Resources/AssetsPath.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ghost.Data.Resources;
|
||||
|
||||
public static class AssetsPath
|
||||
{
|
||||
public const string ASSETS_FOLDER = "Assets";
|
||||
|
||||
public readonly static string s_appIconPath = Path.Combine(AppContext.BaseDirectory, $"{ASSETS_FOLDER}/Icon-256.ico");
|
||||
}
|
||||
Reference in New Issue
Block a user