mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
TextureAsset properties, start of better asset pipeline detection
This commit is contained in:
@@ -3,5 +3,6 @@ namespace GlitchyEngine.Content;
|
||||
enum AssetType : uint16
|
||||
{
|
||||
Unknown,
|
||||
Texture
|
||||
Texture,
|
||||
Sprite
|
||||
}
|
||||
Reference in New Issue
Block a user