mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Start of asset management 2.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace GlitchyEngine.Content;
|
||||
|
||||
enum AssetCompression : uint8
|
||||
{
|
||||
None,
|
||||
L4Z
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace GlitchyEngine.Content;
|
||||
|
||||
enum AssetType : uint16
|
||||
{
|
||||
Unknown,
|
||||
Texture
|
||||
}
|
||||
Reference in New Issue
Block a user